textboxcollection-ag凯发旗舰厅
com.spire.doc.collections
class textboxcollection
java.lang.object
com.spire.doc.ownerholder
com.spire.doc.collections.collectionex
com.spire.doc.collections.textboxcollection
- all implemented interfaces:
- java.lang.iterable
public class textboxcollection
- extends collectionex
summary description for textboxcollection.
method summary |
void |
clear()
removes all textboxes from the document. |
textbox |
get(int index)
gets the textbox at the specified index. |
void |
removeat(int index)
removes a textbox at the specified index. |
get
public textbox get(int index)
- gets the textbox at the specified index.
- parameters:
index
- int
- returns:
- textbox object
removeat
public void removeat(int index)
- removes a textbox at the specified index.
- parameters:
index
- the index
clear
public void clear()
- removes all textboxes from the document.
- overrides:
clear
in class collectionex