|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.collections.DocumentSubsetCollection
public abstract class DocumentSubsetCollection
Represents a subset from collection of specified type entities.
Nested Class Summary | |
---|---|
static class |
DocumentSubsetCollection.SubSetEnumerator
Represents a internal enumerator for EntitySubSetCollection. |
Method Summary | |
---|---|
void |
clear()
Removes all entities |
DocumentObject |
get(int index)
Gets the |
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()
getDocument
in class OwnerHolder
public DocumentObject getOwner()
getOwner
in class OwnerHolder
public int getCount()
getCount
in interface ICollectionBase
public DocumentObject get(int index)
index
-
public void clear()
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |