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