TextFrames
A collection of text frames.
TextFrames Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of TextFrames. |
| Item |
Object |
read |
Returns the TextFrame with the specified index or name as Long or String. |
TextFrames Methods
| Method |
Returns |
Description |
| Add |
TextFrame |
Create a new TextFrame. |
| AnyItem |
Object |
Returns any TextFrame. |
| FirstItem |
Object |
Returns the first TextFrame. |
| ItemByID |
Object |
Returns the TextFrame with the specified ID. |
| ItemByRange |
Objects |
Returns the TextFrames within the specified range. |
| LastItem |
Object |
Returns the last TextFrame. |
| MiddleItem |
Object |
Returns the middle TextFrame. |
| NextItem |
Object |
Returns the next TextFrame. |
| PreviousItem |
Object |
Returns the previous TextFrame. |