InstancesCharacterStyleGroup [] (index:
number)
Returns the CharacterStyleGroup with the specified index.
Parameter | Type | Description |
index | number | The index. |
CharacterStyleGroup add ([withProperties:
Object])
Creates a new CharacterStyleGroup.
Parameter | Type | Description |
withProperties | Object | Initial values for properties of the new CharacterStyleGroup (Optional) |
CharacterStyleGroup anyItem ()
Returns any CharacterStyleGroup in the collection.
number count ()
Displays the number of elements in the CharacterStyleGroup.
Array of CharacterStyleGroup everyItem ()
Returns every CharacterStyleGroup in the collection.
CharacterStyleGroup firstItem ()
Returns the first CharacterStyleGroup in the collection.
CharacterStyleGroup item (index:
varies)
Returns the CharacterStyleGroup with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
CharacterStyleGroup itemByID (id:
number)
Returns the CharacterStyleGroup with the specified ID.
Parameter | Type | Description |
id | number | The ID. |
CharacterStyleGroup itemByName (name:
string)
Returns the CharacterStyleGroup with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of CharacterStyleGroup itemByRange (from:
varies, to:
varies)
Returns the CharacterStyleGroups within the specified range.
Parameter | Type | Description |
from | CharacterStyleGroup Long Integer String | The CharacterStyleGroup, index, or name at the beginning of the range. Can accept: CharacterStyleGroup, Long Integer or String. |
to | CharacterStyleGroup Long Integer String | The CharacterStyleGroup, index, or name at the end of the range. Can accept: CharacterStyleGroup, Long Integer or String. |
CharacterStyleGroup lastItem ()
Returns the last CharacterStyleGroup in the collection.
CharacterStyleGroup middleItem ()
Returns the middle CharacterStyleGroup in the collection.
CharacterStyleGroup nextItem (obj:
CharacterStyleGroup)
Returns the CharacterStyleGroup whose index follows the specified CharacterStyleGroup in the collection.
Parameter | Type | Description |
obj | CharacterStyleGroup | The CharacterStyleGroup whose index comes before the desired CharacterStyleGroup. |
CharacterStyleGroup previousItem (obj:
CharacterStyleGroup)
Returns the CharacterStyleGroup with the index previous to the specified index.
Parameter | Type | Description |
obj | CharacterStyleGroup | The index of the CharacterStyleGroup that follows the desired CharacterStyleGroup. |
string toSource ()
Generates a string which, if executed, will return the CharacterStyleGroup.
|