TextBoxItemCollection module
- class TextBoxItemCollection.TextBoxItemCollection
Bases:
DocumentObjectCollection,ITextBoxItemCollectionRepresents a collection of TextBox objects.
- Add(textBox: ITextBox) int
Adds a TextBox to the collection.
- Parameters:
textBox – The TextBox to add.
- Returns:
The index at which the TextBox was added.
- get_Item(index: int) ITextBox
Retrieves the TextBox at the specified index.
- Parameters:
index – The index of the TextBox to retrieve.
- Returns:
The TextBox at the specified index.
