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