NestedGrepStyle
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
appliedCharacterStyle | CharacterStyleString | r/w | The character style applied to the text. Can also accept: String. |
grepExpression | string | r/w | The GREP expression used to apply automatic styling. |
index | number | readonly | The index of the NestedGrepStyle within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
parent | Character InsertionPoint Line Paragraph ParagraphStyle Story Text TextColumn TextDefault TextStyleRange Word |
readonly | The parent of the NestedGrepStyle (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. |
Methods
Instances
Array of NestedGrepStyle getElements ()
Resolves the object specifier, creating an array of object references.
void remove ()
Deletes the NestedGrepStyle.
string toSource ()
Generates a string which, if executed, will return the NestedGrepStyle.
string toSpecifier ()
Retrieves the object specifier.
Used in:
array of NestedGrepStyle NestedGrepStyles.itemByRange (from: any, to: any)
NestedGrepStyle NestedGrepStyles.nextItem (obj: NestedGrepStyle)
NestedGrepStyle NestedGrepStyles.previousItem (obj: NestedGrepStyle)
Return
Array of NestedGrepStyle NestedGrepStyle.getElements ()
NestedGrepStyle NestedGrepStyles.[] (index: number)
NestedGrepStyle NestedGrepStyles.add ([withProperties: Object])
NestedGrepStyle NestedGrepStyles.anyItem ()
Array of NestedGrepStyle NestedGrepStyles.everyItem ()
NestedGrepStyle NestedGrepStyles.firstItem ()
NestedGrepStyle NestedGrepStyles.item (index: any)
NestedGrepStyle NestedGrepStyles.itemByName (name: string)
Array of NestedGrepStyle NestedGrepStyles.itemByRange (from: any, to: any)
NestedGrepStyle NestedGrepStyles.lastItem ()
NestedGrepStyle NestedGrepStyles.middleItem ()
NestedGrepStyle NestedGrepStyles.nextItem (obj: NestedGrepStyle)
NestedGrepStyle NestedGrepStyles.previousItem (obj: NestedGrepStyle)
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |