StripedStrokeStyles
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
StripedStrokeStyle [] (index:
number)
Returns the StripedStrokeStyle with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
StripedStrokeStyle add ([withProperties:
Object])
Creates a new StripedStrokeStyle.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new StripedStrokeStyle (Optional) |
StripedStrokeStyle anyItem ()
Returns any StripedStrokeStyle in the collection.
number count ()
Displays the number of elements in the StripedStrokeStyle.
Array of StripedStrokeStyle everyItem ()
Returns every StripedStrokeStyle in the collection.
StripedStrokeStyle firstItem ()
Returns the first StripedStrokeStyle in the collection.
StripedStrokeStyle item (index:
any)
Returns the StripedStrokeStyle with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
StripedStrokeStyle itemByID (id:
number)
Returns the StripedStrokeStyle with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
StripedStrokeStyle itemByName (name:
string)
Returns the StripedStrokeStyle with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of StripedStrokeStyle itemByRange (from:
any, to:
any)
Returns the StripedStrokeStyles within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer String StripedStrokeStyle | The StripedStrokeStyle, index, or name at the beginning of the range. Can accept: StripedStrokeStyle, Long Integer or String. |
to | Long Integer String StripedStrokeStyle | The StripedStrokeStyle, index, or name at the end of the range. Can accept: StripedStrokeStyle, Long Integer or String. |
StripedStrokeStyle lastItem ()
Returns the last StripedStrokeStyle in the collection.
StripedStrokeStyle middleItem ()
Returns the middle StripedStrokeStyle in the collection.
StripedStrokeStyle nextItem (obj:
StripedStrokeStyle)
Returns the StripedStrokeStyle whose index follows the specified StripedStrokeStyle in the collection.
Parameter | Type | Description |
---|---|---|
obj | StripedStrokeStyle | The StripedStrokeStyle whose index comes before the desired StripedStrokeStyle. |
StripedStrokeStyle previousItem (obj:
StripedStrokeStyle)
Returns the StripedStrokeStyle with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | StripedStrokeStyle | The index of the StripedStrokeStyle that follows the desired StripedStrokeStyle. |
string toSource ()
Generates a string which, if executed, will return the StripedStrokeStyle.
Element of
Application.stripedStrokeStyles
Document.stripedStrokeStyles
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |