TextFrames
A collection of text frames.
TextFrames Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the text frame with the specified index or name. |
| length |
Long |
read |
The number of text frames in the collection. |
TextFrames Methods
| Method |
Returns |
Description |
| add |
TextFrame |
Create a new text frame. |
| anyItem |
Object |
Returns any text frame. |
| firstItem |
Object |
Returns the first text frame. |
| itemByID |
Object |
Returns the text frame with the specified ID. |
| itemByRange |
Objects |
Returns the text frames within the specified range. |
| lastItem |
Object |
Returns the last text frame. |
| middleItem |
Object |
Returns the middle text frame. |
| nextItem |
Object |
Returns the next text frame. |
| previousItem |
Object |
Returns the previous text frame. |