|
|||||||||
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 ICollectionBase
public DocumentObject get(int index)
DocumentObject
at the specified index.
get
in interface IDocumentObjectCollection
index
- 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 |