Texts
A collection of text objects.
Texts Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the texts with the specified index or name. |
| length |
Long |
read |
The number of texts in the collection. |
Texts Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any texts. |
| firstItem |
Object |
Returns the first texts. |
| itemByRange |
Objects |
Returns the textss within the specified range. |
| lastItem |
Object |
Returns the last texts. |
| middleItem |
Object |
Returns the middle texts. |
| nextItem |
Object |
Returns the next texts. |
| previousItem |
Object |
Returns the previous texts. |