Instance Properties
| Name | Description | Access |
|---|---|---|
| length | number The number of objects in the collection. | read-only |
Methods
| add( | [withProperties]) |
→ ObjectStyleGroup |
| anyItem( | ) |
→ ObjectStyleGroup |
| count( | ) |
→ number |
| item( | index) |
→ ObjectStyleGroup |
| itemByID( | id) |
→ ObjectStyleGroup |
| itemByName( | name) |
→ ObjectStyleGroup |
| itemByRange( | from, to) |
→ ObjectStyleGroup |
| lastItem( | ) |
→ ObjectStyleGroup |
| nextItem( | obj) |
→ ObjectStyleGroup |
| previousItem( | obj) |
→ ObjectStyleGroup |
| toSource( | ) |
→ string |
-
add( [withProperties])→ ObjectStyleGroup -
Creates a new ObjectStyleGroup.
withPropertiesObject Initial values for properties of the new ObjectStyleGroup (Optional) -
anyItem( )→ ObjectStyleGroup -
Returns any ObjectStyleGroup in the collection.
-
count( )→ number -
Displays the number of elements in the ObjectStyleGroup.
-
everyItem( )→ ObjectStyleGroup -
Returns every ObjectStyleGroup in the collection.
-
firstItem( )→ ObjectStyleGroup -
Returns the first ObjectStyleGroup in the collection.
-
item( index)→ ObjectStyleGroup -
Returns the ObjectStyleGroup with the specified index or name.
indexThe index or name. Can accept: Long Integer or String. -
itemByID( id)→ ObjectStyleGroup -
Returns the ObjectStyleGroup with the specified ID.
idnumber The ID. -
itemByName( name)→ ObjectStyleGroup -
Returns the ObjectStyleGroup with the specified name.
namestring The name. -
itemByRange( from, to)→ ObjectStyleGroup -
Returns the ObjectStyleGroups within the specified range.
fromThe ObjectStyleGroup, index, or name at the beginning of the range. Can accept: ObjectStyleGroup, Long Integer or String. toThe ObjectStyleGroup, index, or name at the end of the range. Can accept: ObjectStyleGroup, Long Integer or String. -
lastItem( )→ ObjectStyleGroup -
Returns the last ObjectStyleGroup in the collection.
-
middleItem( )→ ObjectStyleGroup -
Returns the middle ObjectStyleGroup in the collection.
-
nextItem( obj)→ ObjectStyleGroup -
Returns the ObjectStyleGroup whose index follows the specified ObjectStyleGroup in the collection.
objObjectStyleGroup The ObjectStyleGroup whose index comes before the desired ObjectStyleGroup. -
previousItem( obj)→ ObjectStyleGroup -
Returns the ObjectStyleGroup with the index previous to the specified index.
objObjectStyleGroup The index of the ObjectStyleGroup that follows the desired ObjectStyleGroup. -
toSource( )→ string -
Generates a string which, if executed, will return the ObjectStyleGroup.