A collection of dotted stroke styles.
Methods
DottedStrokeStyleadd ([withProperties:
Object])
Creates a new DottedStrokeStyle.
| Parameter | Type | Description |
|---|---|---|
| withProperties | Object | Initial values for properties of the new DottedStrokeStyle (Optional) |
DottedStrokeStyleanyItem ()
Returns any DottedStrokeStyle in the collection.
number count ()
Displays the number of elements in the DottedStrokeStyle.
Array of DottedStrokeStyleeveryItem ()
Returns every DottedStrokeStyle in the collection.
DottedStrokeStylefirstItem ()
Returns the first DottedStrokeStyle in the collection.
DottedStrokeStyleitem (index:
any)
Returns the DottedStrokeStyle with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
DottedStrokeStyleitemByID (id:
number)
Returns the DottedStrokeStyle with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
DottedStrokeStyleitemByName (name:
string)
Returns the DottedStrokeStyle with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of DottedStrokeStyleitemByRange (from:
any, to:
any)
Returns the DottedStrokeStyles within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | DottedStrokeStyle Long Integer String |
The DottedStrokeStyle, index, or name at the beginning of the range. Can accept: DottedStrokeStyle, Long Integer or String. |
| to | DottedStrokeStyle Long Integer String |
The DottedStrokeStyle, index, or name at the end of the range. Can accept: DottedStrokeStyle, Long Integer or String. |
DottedStrokeStylelastItem ()
Returns the last DottedStrokeStyle in the collection.
DottedStrokeStylemiddleItem ()
Returns the middle DottedStrokeStyle in the collection.
DottedStrokeStylenextItem (obj:
DottedStrokeStyle)
Returns the DottedStrokeStyle whose index follows the specified DottedStrokeStyle in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | DottedStrokeStyle | The DottedStrokeStyle whose index comes before the desired DottedStrokeStyle. |
DottedStrokeStylepreviousItem (obj:
DottedStrokeStyle)
Returns the DottedStrokeStyle with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | DottedStrokeStyle | The index of the DottedStrokeStyle that follows the desired DottedStrokeStyle. |
string toSource ()
Generates a string which, if executed, will return the DottedStrokeStyle.
Element of:
Application.dottedStrokeStyles
Document.dottedStrokeStyles