|
|||||||||
| 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.CollectionEx
public abstract class CollectionEx
This class implements the Collection interface.
| Constructor Summary | |
|---|---|
protected |
CollectionEx(Document doc,
OwnerHolder owner)
Initializes a new instance of the CollectionEx class. |
| Method Summary | |
|---|---|
int |
getCount()
Gets the number of items in the collection. |
java.util.Iterator |
iterator()
Returns an enumerator that iterates through a collection. |
| Methods inherited from class com.spire.doc.OwnerHolder |
|---|
getDocument |
| Constructor Detail |
|---|
protected CollectionEx(Document doc,
OwnerHolder owner)
CollectionEx class.
doc - The doc.owner - The owner.| Method Detail |
|---|
public int getCount()
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 | ||||||||