NestedLineStyle
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
appliedCharacterStyle | CharacterStyleString | r/w | The character style applied to the text. Can also accept: String. |
eventListeners | EventListeners | readonly | A collection of event listeners. |
events | Events | readonly | A collection of events. |
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 XmlStory |
readonly | The parent of the NestedLineStyle (a TextDefault, Paragraph, ParagraphStyle, Text, InsertionPoint, TextStyleRange, TextColumn, Line, Word, Character, Story or XmlStory). |
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
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Array
of NestedLineStyle getElements ()
Resolves the object specifier, creating an array of object references.
void remove ()
Deletes the NestedLineStyle.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the NestedLineStyle.
Element of
Event.parent
EventListener.parent
MutationEvent.parent
Used in:
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: varies)
Array of NestedLineStyle NestedLineStyles.itemByRange (from: varies, to: varies)
NestedLineStyle NestedLineStyles.lastItem ()
NestedLineStyle NestedLineStyles.middleItem ()
NestedLineStyle NestedLineStyles.nextItem (obj: NestedLineStyle)
NestedLineStyle NestedLineStyles.previousItem (obj: NestedLineStyle)
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |