ObjectStyles
A collection of object styles.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the ObjectStyle with the specified index.
Creates a new ObjectStyle.
withProperties?
Object
Initial values for properties of the new ObjectStyle
Returns any ObjectStyle in the collection.
Displays the number of elements in the ObjectStyle.
Returns every ObjectStyle in the collection.
Returns the first ObjectStyle in the collection.
Returns the ObjectStyle with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the ObjectStyle with the specified ID.
Returns the ObjectStyle with the specified name.
Returns the ObjectStyles within the specified range.
from
LongInteger | ObjectStyle | String
The ObjectStyle, index, or name at the beginning of the range. Can accept: ObjectStyle, Long Integer or String.
to
LongInteger | ObjectStyle | String
The ObjectStyle, index, or name at the end of the range. Can accept: ObjectStyle, Long Integer or String.
Returns the last ObjectStyle in the collection.
Returns the middle ObjectStyle in the collection.
Returns the ObjectStyle whose index follows the specified ObjectStyle in the collection.
obj
ObjectStyle
The ObjectStyle whose index comes before the desired ObjectStyle.
Returns the ObjectStyle with the index previous to the specified index.
obj
ObjectStyle
The index of the ObjectStyle that follows the desired ObjectStyle.
Generates a string which, if executed, will return the ObjectStyle.
Object of 3
Properties elsewhere that hold a ObjectStyles.