NestedGrepStyles
A collection of nested GREP styles.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
NestedGrepStyle add( Object withProperties )
Creates a new NestedGrepStyle.
Parameters
Number count()
Displays the number of elements in the NestedGrepStyle.
NestedGrepStyle item( Mixed index )
Returns the NestedGrepStyle with the specified index or name.
Parameters
NestedGrepStyle itemByRange( Mixed from, Mixed to )
Returns the NestedGrepStyles within the specified range.
Parameters
NestedGrepStyle firstItem()
Returns the first NestedGrepStyle in the collection.
NestedGrepStyle lastItem()
Returns the last NestedGrepStyle in the collection.
NestedGrepStyle middleItem()
Returns the middle NestedGrepStyle in the collection.
NestedGrepStyle previousItem( NestedGrepStyle obj )
Returns the NestedGrepStyle with the index previous to the specified index.
Parameters
NestedGrepStyle nextItem( NestedGrepStyle obj )
Returns the NestedGrepStyle whose index follows the specified NestedGrepStyle in the collection.
Parameters
NestedGrepStyle anyItem()
Returns any NestedGrepStyle in the collection.
NestedGrepStyle everyItem()
Returns every NestedGrepStyle in the collection.
String toSource()
Generates a string which, if executed, will return the NestedGrepStyle.
NestedGrepStyle []( Number index )
Returns the NestedGrepStyle with the specified index.