paragraphitemcollection-ag凯发旗舰厅



com.spire.doc.collections
class paragraphitemcollection

java.lang.object
  extended by com.spire.doc.ownerholder
      extended by com.spire.doc.collections.collectionex
          extended by com.spire.doc.documents.xml.documentserializablecollection
              extended by com.spire.doc.collections.documentobjectcollection
                  extended by com.spire.doc.collections.paragraphitemcollection
all implemented interfaces:
icollectionbase, idocumentobjectcollection, ixdlsserializablecollection, java.lang.iterable

public class paragraphitemcollection
extends documentobjectcollection

represents a collection for paragraph child items.


constructor summary
paragraphitemcollection(document doc)
          initializes a new instance of the paragraphitemcollection class.
 
method summary
 paragraphbase get(int index)
          gets the paragraphbase at the specified index.
 
methods inherited from class com.spire.doc.collections.documentobjectcollection
add, clear, contains, getfirstitem, getlastitem, indexof, insert, remove, removeat
 
methods inherited from class com.spire.doc.collections.collectionex
getcount, iterator
 
methods inherited from class com.spire.doc.ownerholder
getdocument
 
methods inherited from interface com.spire.doc.interfaces.icollectionbase
getcount
 
methods inherited from interface com.spire.doc.interfaces.ixdlsserializablecollection
addnewitem, getcount, gettagitemnameex
 
constructor detail

paragraphitemcollection

public paragraphitemcollection(document doc)
initializes a new instance of the paragraphitemcollection class.
parameters:
doc - the doc
method detail

get

public paragraphbase get(int index)
gets the paragraphbase at the specified index.
specified by:
get in interface idocumentobjectcollection
overrides:
get in class documentobjectcollection
parameters:
index - index
returns:
paragraphbase object


网站地图