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
Method Summary |
int |
add(ITextBox textBox)
Adds a textbox to the collection. |
TextBox |
get(int index)
Gets the at the specified index.Gets the at the specified index. |
TextBoxItemCollection
public TextBoxItemCollection(IDocument doc)
get
public TextBox get(int index)
- Description copied from class:
DocumentObjectCollection
- Gets the at the specified index.Gets the at the specified index.
- Specified by:
get
in interface ITextBoxItemCollection
- Overrides:
get
in class DocumentObjectCollection
- Parameters:
index
- The index
- Returns:
- The TextBox
add
public int add(ITextBox textBox)
- Description copied from interface:
ITextBoxItemCollection
- Adds a textbox to the collection.
- Specified by:
add
in interface ITextBoxItemCollection
- Parameters:
textBox
- the text box.
- Returns:
- The index