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