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