A collection of striped stroke styles.
Methods
StripedStrokeStyleadd ([withProperties:
Object])
Creates a new StripedStrokeStyle.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new StripedStrokeStyle (Optional) |
StripedStrokeStyleanyItem ()
Returns any StripedStrokeStyle in the collection.
number count ()
Displays the number of elements in the StripedStrokeStyle.
Array of StripedStrokeStyleeveryItem ()
Returns every StripedStrokeStyle in the collection.
StripedStrokeStylefirstItem ()
Returns the first StripedStrokeStyle in the collection.
StripedStrokeStyleitem (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. |
StripedStrokeStyleitemByID (id:
number)
Returns the StripedStrokeStyle with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
StripedStrokeStyleitemByName (name:
string)
Returns the StripedStrokeStyle with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of StripedStrokeStyleitemByRange (from:
any, to:
any)
Returns the StripedStrokeStyles within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | StripedStrokeStyle Long Integer String |
The StripedStrokeStyle, index, or name at the beginning of the range. Can accept: StripedStrokeStyle, Long Integer or String. |
| to | StripedStrokeStyle Long Integer String |
The StripedStrokeStyle, index, or name at the end of the range. Can accept: StripedStrokeStyle, Long Integer or String. |
StripedStrokeStylelastItem ()
Returns the last StripedStrokeStyle in the collection.
StripedStrokeStylemiddleItem ()
Returns the middle StripedStrokeStyle in the collection.
StripedStrokeStylenextItem (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. |
StripedStrokeStylepreviousItem (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