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