Adds an event listener.
Object
ObjectStyleGroup
An object style group.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| ObjectStyle[] | readonly | All object styles contained by the ObjectStyleGroup. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The unique ID of the ObjectStyleGroup. | |
| Number | readonly | The index of the ObjectStyleGroup within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| String | read/write | A property that can be set to any string. | |
| String | read/write | The name of the ObjectStyleGroup. | |
| ObjectStyleGroups |
readonly | A collection of object style groups. | |
| ObjectStyles |
readonly | A collection of object styles. | |
| Application | Document | ObjectStyleGroup | readonly | The parent of the ObjectStyleGroup (a Document, Application or ObjectStyleGroup). | |
| Object | read/write | A property that allows setting of several properties at the same time. |
Methods
Duplicates the ObjectStyleGroup.
→ String
Gets the label value associated with the specified key.
→ ObjectStyleGroup[]
Resolves the object specifier, creating an array of object references.
→ void
Sets the label to the value associated with the specified key.
Moves the ObjectStyleGroup to the specified location.
to
LocationOptions
The new location relative to the reference object or within the container object.
reference?
Document | ObjectStyle | ObjectStyleGroup | Application
The reference object. Note: Required when the to parameter is before or after. Can accept: ObjectStyle, ObjectStyleGroup, Document or Application.
→ void
Deletes the ObjectStyleGroup.
→ Boolean
Removes the event listener.
→ String
Generates a string which, if executed, will return the ObjectStyleGroup.
→ String
Retrieves the object specifier.
Object of 5
Properties elsewhere that hold a ObjectStyleGroup.
Parameter of 5
Method parameters that accept a ObjectStyleGroup.
Return 16
Methods that return a ObjectStyleGroup.
ObjectStyleGroup.duplicate()ObjectStyleGroup.getElements()ObjectStyleGroup.move()ObjectStyleGroups.[]()ObjectStyleGroups.add()ObjectStyleGroups.anyItem()ObjectStyleGroups.everyItem()ObjectStyleGroups.firstItem()ObjectStyleGroups.item()ObjectStyleGroups.itemByID()ObjectStyleGroups.itemByName()ObjectStyleGroups.itemByRange()ObjectStyleGroups.lastItem()ObjectStyleGroups.middleItem()ObjectStyleGroups.nextItem()ObjectStyleGroups.previousItem()