TextBoxCollection module

class TextBoxCollection.TextBoxCollection

Bases: CollectionEx

A collection of text boxes.

Clear()

Removes all textboxes from the document.

RemoveAt(index: int)

Removes a textbox at the specified index.

Parameters:

index – The index of the textbox.

get_Item(index: int) TextBox

Gets the textbox at the specified index.

Parameters:

index – The index of the textbox.

Returns:

The textbox at the specified index.