NestedStyle
A nested style.
NestedStyle Properties
| Property |
Type |
Access |
Description |
| appliedCharacterStyle |
CharacterStyle, String |
r/w |
The character style applied to the object. |
| delimiter |
String, NestedStyleDelimiters enumeration |
r/w |
The character marking the end of the nested style. |
| inclusive |
Boolean |
r/w |
Include the last delimiter. |
| index |
Long |
read |
Index of the object within its parent object. |
| parent |
Object |
read |
The parent of the object. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| repetition |
Long |
r/w |
How many delimiters. |
NestedStyle Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| remove |
Nothing |
Delete the object. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |
Previous post: NestedStyles
Next post: Movies