com.spire.doc.interfaces
Interface ITextBoxItemCollection

All Known Implementing Classes:
TextBoxItemCollection

public interface ITextBoxItemCollection

Represents a collection of ITextBox.


Method Summary
 int add(ITextBox textBox)
          Adds a textbox to the collection.
 ITextBox get(int index)
          Gets the ITextBox at the specified index.
 

Method Detail

get

ITextBox get(int index)
Gets the ITextBox at the specified index.

Parameters:
index - The index
Returns:
The TextBox

add

int add(ITextBox textBox)
Adds a textbox to the collection.

Parameters:
textBox - the text box.
Returns:
The index