DottedStrokeStyles
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
DottedStrokeStyle [] (index:
number)
Returns the DottedStrokeStyle with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
DottedStrokeStyle add ([withProperties:
Object])
Creates a new DottedStrokeStyle.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new DottedStrokeStyle (Optional) |
DottedStrokeStyle anyItem ()
Returns any DottedStrokeStyle in the collection.
number count ()
Displays the number of elements in the DottedStrokeStyle.
Array of DottedStrokeStyle everyItem ()
Returns every DottedStrokeStyle in the collection.
DottedStrokeStyle firstItem ()
Returns the first DottedStrokeStyle in the collection.
DottedStrokeStyle item (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. |
DottedStrokeStyle itemByID (id:
number)
Returns the DottedStrokeStyle with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
DottedStrokeStyle itemByName (name:
string)
Returns the DottedStrokeStyle with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of DottedStrokeStyle itemByRange (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. |
DottedStrokeStyle lastItem ()
Returns the last DottedStrokeStyle in the collection.
DottedStrokeStyle middleItem ()
Returns the middle DottedStrokeStyle in the collection.
DottedStrokeStyle nextItem (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. |
DottedStrokeStyle previousItem (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
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |