textboxitemcollection-凯发线上登陆下载网址
com.spire.doc.collections
class textboxitemcollection
java.lang.object
com.spire.doc.ownerholder
com.spire.doc.collections.collectionex
com.spire.doc.documents.xml.documentserializablecollection
com.spire.doc.collections.documentobjectcollection
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.
textboxitemcollection
public textboxitemcollection(idocument doc)
- initializes a new instance of the textboxitemcollection class.
- parameters:
doc - the document
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