TextStyleRanges
A collection of text style ranges.
TextStyleRanges Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of TextStyleRanges. |
| Item |
Object |
read |
Returns the TextStyleRange with the specified index or name as Long or String. |
TextStyleRanges Methods
| Method |
Returns |
Description |
| AnyItem |
Object |
Returns any TextStyleRange. |
| FirstItem |
Object |
Returns the first TextStyleRange. |
| ItemByRange |
Objects |
Returns the TextStyleRanges within the specified range. |
| LastItem |
Object |
Returns the last TextStyleRange. |
| MiddleItem |
Object |
Returns the middle TextStyleRange. |
| NextItem |
Object |
Returns the next TextStyleRange. |
| PreviousItem |
Object |
Returns the previous TextStyleRange. |