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