textboxitemcollection-ag凯发旗舰厅



com.spire.doc.collections
class textboxitemcollection

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.textboxitemcollection
all implemented interfaces:
icollectionbase, idocumentobjectcollection, itextboxitemcollection, ixdlsserializablecollection, java.lang.iterable

public class textboxitemcollection
extends documentobjectcollection
implements itextboxitemcollection

represents a collection of textbox objects.


constructor summary
textboxitemcollection(idocument doc)
          initializes a new instance of the textboxitemcollection class.
 
method summary
 int add(itextbox textbox)
          adds a textbox to the collection.
 textbox get(int index)
          gets the itextbox 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

textboxitemcollection

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

get

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

add

public int add(itextbox textbox)
adds a textbox to the collection.
specified by:
add in interface itextboxitemcollection
parameters:
textbox - textbox
returns:
int


网站地图