NestedStyles
A collection of nested styles.
NestedStyles Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the nested style with the specified index or name. |
| length |
Long |
read |
The number of nested styles in the collection. |
NestedStyles Methods
| Method |
Returns |
Description |
| add |
NestedStyle |
Create a new nested style. |
| anyItem |
Object |
Returns any nested style. |
| firstItem |
Object |
Returns the first nested style. |
| itemByRange |
Objects |
Returns the nested styles within the specified range. |
| lastItem |
Object |
Returns the last nested style. |
| middleItem |
Object |
Returns the middle nested style. |
| nextItem |
Object |
Returns the next nested style. |
| previousItem |
Object |
Returns the previous nested style. |
Previous post: NonIDBasedObject
Next post: NestedStyle