NestedLineStyle
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
appliedCharacterStyle | CharacterStyleString | r/w | The character style applied to the text. Can also accept: String. |
index | number | readonly | The index of the NestedLineStyle within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
lineCount | number | r/w | The number lines to which to apply the nested style. |
parent | Character InsertionPoint Line Paragraph ParagraphStyle Story Text TextColumn TextDefault TextStyleRange Word |
readonly | The parent of the NestedLineStyle (a TextDefault, Paragraph, ParagraphStyle, Text, Character, Word, Line, TextColumn, TextStyleRange, InsertionPoint or Story). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
repeatLast | number | r/w | The number line-style rules to back up. |
Methods
Instances
Array of NestedLineStyle getElements ()
Resolves the object specifier, creating an array of object references.
void remove ()
Deletes the NestedLineStyle.
string toSource ()
Generates a string which, if executed, will return the NestedLineStyle.
string toSpecifier ()
Retrieves the object specifier.
Used in:
array of NestedLineStyle NestedLineStyles.itemByRange (from: any, to: any)
NestedLineStyle NestedLineStyles.nextItem (obj: NestedLineStyle)
NestedLineStyle NestedLineStyles.previousItem (obj: NestedLineStyle)
Return
Array of NestedLineStyle NestedLineStyle.getElements ()
NestedLineStyle NestedLineStyles.[] (index: number)
NestedLineStyle NestedLineStyles.add ([withProperties: Object])
NestedLineStyle NestedLineStyles.anyItem ()
Array of NestedLineStyle NestedLineStyles.everyItem ()
NestedLineStyle NestedLineStyles.firstItem ()
NestedLineStyle NestedLineStyles.item (index: any)
NestedLineStyle NestedLineStyles.itemByName (name: string)
Array of NestedLineStyle NestedLineStyles.itemByRange (from: any, to: any)
NestedLineStyle NestedLineStyles.lastItem ()
NestedLineStyle NestedLineStyles.middleItem ()
NestedLineStyle NestedLineStyles.nextItem (obj: NestedLineStyle)
NestedLineStyle NestedLineStyles.previousItem (obj: NestedLineStyle)
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |