|
|||||||||
| prev class next class | frames no frames | ||||||||
| summary: nested | field | constr | method | detail: field | constr | method | ||||||||
java.lang.objectcom.spire.doc.collections.documentsubsetcollection
public abstract class documentsubsetcollection
represents a subset from collection of specified type entities.
| method summary | |
|---|---|
void |
clear()
removes all entities |
documentobject |
get(int index)
gets the documentobject at the specified index. |
int |
getcount()
gets the count. |
document |
getdocument()
gets the document. |
documentobject |
getowner()
gets the owner. |
java.util.iterator |
iterator()
returns an enumerator that iterates through a collection. |
| method detail |
|---|
public document getdocument()
public documentobject getowner()
public int getcount()
getcount in interface icollectionbasepublic documentobject get(int index)
documentobject at the specified index.
get in interface idocumentobjectcollectionindex - index
public void clear()
public java.util.iterator iterator()
iterator object that can be used to iterate through the collection.
|
|||||||||
| prev class next class | frames no frames | ||||||||
| summary: nested | field | constr | method | detail: field | constr | method | ||||||||