ITextBoxes module
- class ITextBoxes.ITextBoxes
Bases:
ABC- abstract AddTextBox(row: int, column: int, height: int, width: int) ITextBoxLinkShape
- <summary>
Adds new item to the collection.
</summary> <param name=”row”>One-based row index of the top-left corner of the new item.</param> <param name=”column”>One-based column index of the top-left corner of the new item.</param> <param name=”height”>Height in pixels of the new item.</param> <param name=”width”>Width in pixels of the new item.</param> <returns>Newly added item.</returns>
- abstract property Count: int
- get_Item
- <summary>
Returns single item from the collection.
</summary> <param name=”index”>Item’s index to get.</param> <returns>Single item from the collection.</returns>