NestedGrepStyles
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
NestedGrepStyle [] (index:
number)
Returns the NestedGrepStyle with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
NestedGrepStyle add ([withProperties:
Object])
Creates a new NestedGrepStyle.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new NestedGrepStyle (Optional) |
NestedGrepStyle anyItem ()
Returns any NestedGrepStyle in the collection.
number count ()
Displays the number of elements in the NestedGrepStyle.
Array
of NestedGrepStyle everyItem ()
Returns every NestedGrepStyle in the collection.
NestedGrepStyle firstItem ()
Returns the first NestedGrepStyle in the collection.
NestedGrepStyle item (index:
varies)
Returns the NestedGrepStyle with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Array
of NestedGrepStyle itemByRange (from:
varies, to:
varies)
Returns the NestedGrepStyles within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer NestedGrepStyle String | The NestedGrepStyle, index, or name at the beginning of the range. Can accept: NestedGrepStyle, Long Integer or String. |
to | Long Integer NestedGrepStyle String | The NestedGrepStyle, index, or name at the end of the range. Can accept: NestedGrepStyle, Long Integer or String. |
NestedGrepStyle lastItem ()
Returns the last NestedGrepStyle in the collection.
NestedGrepStyle middleItem ()
Returns the middle NestedGrepStyle in the collection.
NestedGrepStyle nextItem (obj:
NestedGrepStyle)
Returns the NestedGrepStyle whose index follows the specified NestedGrepStyle in the collection.
Parameter | Type | Description |
---|---|---|
obj | NestedGrepStyle | The NestedGrepStyle whose index comes before the desired NestedGrepStyle. |
NestedGrepStyle previousItem (obj:
NestedGrepStyle)
Returns the NestedGrepStyle with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | NestedGrepStyle | The index of the NestedGrepStyle that follows the desired NestedGrepStyle. |
string toSource ()
Generates a string which, if executed, will return the NestedGrepStyle.
Element of
Character.nestedGrepStyles
InsertionPoint.nestedGrepStyles
Line.nestedGrepStyles
Paragraph.nestedGrepStyles
ParagraphStyle.nestedGrepStyles
Story.nestedGrepStyles
Text.nestedGrepStyles
TextColumn.nestedGrepStyles
TextDefault.nestedGrepStyles
TextStyleRange.nestedGrepStyles
Word.nestedGrepStyles
XmlStory.nestedGrepStyles
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |