Instance Properties
| Name | Description | Access |
|---|---|---|
| length | number The number of objects in the collection. | read-only |
Methods
| add( | [withProperties]) |
→ DashedStrokeStyle |
| anyItem( | ) |
→ DashedStrokeStyle |
| count( | ) |
→ number |
| item( | index) |
→ DashedStrokeStyle |
| itemByID( | id) |
→ DashedStrokeStyle |
| itemByName( | name) |
→ DashedStrokeStyle |
| itemByRange( | from, to) |
→ DashedStrokeStyle |
| nextItem( | obj) |
→ DashedStrokeStyle |
| previousItem( | obj) |
→ DashedStrokeStyle |
| toSource( | ) |
→ string |
-
add( [withProperties])→ DashedStrokeStyle -
Creates a new DashedStrokeStyle.
withPropertiesObject Initial values for properties of the new DashedStrokeStyle (Optional) -
anyItem( )→ DashedStrokeStyle -
Returns any DashedStrokeStyle in the collection.
-
count( )→ number -
Displays the number of elements in the DashedStrokeStyle.
-
everyItem( )→ DashedStrokeStyle -
Returns every DashedStrokeStyle in the collection.
-
firstItem( )→ DashedStrokeStyle -
Returns the first DashedStrokeStyle in the collection.
-
item( index)→ DashedStrokeStyle -
Returns the DashedStrokeStyle with the specified index or name.
indexThe index or name. Can accept: Long Integer or String. -
itemByID( id)→ DashedStrokeStyle -
Returns the DashedStrokeStyle with the specified ID.
idnumber The ID. -
itemByName( name)→ DashedStrokeStyle -
Returns the DashedStrokeStyle with the specified name.
namestring The name. -
itemByRange( from, to)→ DashedStrokeStyle -
Returns the DashedStrokeStyles within the specified range.
fromThe DashedStrokeStyle, index, or name at the beginning of the range. Can accept: DashedStrokeStyle, Long Integer or String. toThe DashedStrokeStyle, index, or name at the end of the range. Can accept: DashedStrokeStyle, Long Integer or String. -
lastItem( )→ DashedStrokeStyle -
Returns the last DashedStrokeStyle in the collection.
-
middleItem( )→ DashedStrokeStyle -
Returns the middle DashedStrokeStyle in the collection.
-
nextItem( obj)→ DashedStrokeStyle -
Returns the DashedStrokeStyle whose index follows the specified DashedStrokeStyle in the collection.
objDashedStrokeStyle The DashedStrokeStyle whose index comes before the desired DashedStrokeStyle. -
previousItem( obj)→ DashedStrokeStyle -
Returns the DashedStrokeStyle with the index previous to the specified index.
objDashedStrokeStyle The index of the DashedStrokeStyle that follows the desired DashedStrokeStyle. -
toSource( )→ string -
Generates a string which, if executed, will return the DashedStrokeStyle.