A collection of dashed stroke styles.
Go to Property Listing | Method Listing
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
DashedStrokeStyle [] (index:Number)
Returns the DashedStrokeStyle with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
DashedStrokeStyle add (withProperties:Object)
Creates a new DashedStrokeStyle.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new DashedStrokeStyle (Optional) |
DashedStrokeStyle anyItem ()
Returns any DashedStrokeStyle in the collection.
Number count ()
Displays the number of elements in the DashedStrokeStyle.
DashedStrokeStyle everyItem ()
Returns every DashedStrokeStyle in the collection.
DashedStrokeStyle firstItem ()
Returns the first DashedStrokeStyle in the collection.
DashedStrokeStyle item (index:Varies LongInteger String)
Returns the DashedStrokeStyle with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
DashedStrokeStyle itemByID (id:Number)
Returns the DashedStrokeStyle with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
DashedStrokeStyle itemByName (name:String)
Returns the DashedStrokeStyle with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
DashedStrokeStyle itemByRange (from:Varies DashedStrokeStyle LongInteger String, to:Varies DashedStrokeStyle LongInteger String)
Returns the DashedStrokeStyles within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The DashedStrokeStyle, index, or name at the beginning of the range. Can accept: DashedStrokeStyle, Long Integer or String. |
to |
LongInteger |
The DashedStrokeStyle, index, or name at the end of the range. Can accept: DashedStrokeStyle, Long Integer or String. |
DashedStrokeStyle lastItem ()
Returns the last DashedStrokeStyle in the collection.
DashedStrokeStyle middleItem ()
Returns the middle DashedStrokeStyle in the collection.
DashedStrokeStyle nextItem (obj:DashedStrokeStyle)
Returns the DashedStrokeStyle whose index follows the specified DashedStrokeStyle in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The DashedStrokeStyle whose index comes before the desired DashedStrokeStyle. |
DashedStrokeStyle previousItem (obj:DashedStrokeStyle)
Returns the DashedStrokeStyle with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the DashedStrokeStyle that follows the desired DashedStrokeStyle. |
String toSource ()
Generates a string which, if executed, will return the DashedStrokeStyle.