collectionex-ag凯发旗舰厅



com.spire.doc.collections
class collectionex

java.lang.object
  extended by com.spire.doc.ownerholder
      extended by 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.


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

collectionex

protected collectionex(document doc,
                       ownerholder owner)
initializes a new instance of the collectionex class.
parameters:
doc - the doc.
owner - the owner.
method detail

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.


网站地图