collectionex-ag凯发旗舰厅
com.spire.doc.collections
class collectionex
java.lang.object
com.spire.doc.ownerholder
com.spire.doc.collections.collectionex
- all implemented interfaces:
- java.lang.iterable
- direct known subclasses:
- bookmarkcollection, commentscollection, documentserializablecollection, fieldcollection, formfieldcollection, permissioncollection, textboxcollection
public abstract class collectionex
- extends ownerholder
- implements java.lang.iterable
this class implements the collection interface.
method summary |
int |
getcount()
gets the number of items in the collection. |
java.util.iterator |
iterator()
returns an enumerator that iterates through a collection. |
collectionex
protected collectionex(document doc,
ownerholder owner)
- initializes a new instance of the
collectionex
class.
- parameters:
doc
- the doc.owner
- the owner.
getcount
public int getcount()
- gets the number of items in the collection.
- returns:
- the count.
iterator
public java.util.iterator iterator()
- returns an enumerator that iterates through a collection.
- returns:
- an
iterator
object that can be used to iterate through the collection.