Edit in GitHubLog an issue

DashedStrokeStyles

A collection of dashed stroke styles.

Instance

Read Only

Number length

The number of objects in the collection.

Methods

DashedStrokeStyle add( Object withProperties )

Creates a new DashedStrokeStyle.

Parameters

TypeNameDescription
Object
withProperties
Initial values for properties of the new DashedStrokeStyle (Optional)

Number count()

Displays the number of elements in the DashedStrokeStyle.


DashedStrokeStyle item( Mixed index )

Returns the DashedStrokeStyle with the specified index or name.

Parameters

TypeNameDescription
Mixed
index
The index or name. Can accept: Long Integer or String.

DashedStrokeStyle itemByName( String name )

Returns the DashedStrokeStyle with the specified name.

Parameters

TypeNameDescription
String
name
The name.

DashedStrokeStyle itemByID( Number id )

Returns the DashedStrokeStyle with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

DashedStrokeStyle itemByRange( Mixed from, Mixed to )

Returns the DashedStrokeStyles within the specified range.

Parameters

TypeNameDescription
Mixed
from
The DashedStrokeStyle, index, or name at the beginning of the range. Can accept: DashedStrokeStyle, Long Integer or String.
Mixed
to
The DashedStrokeStyle, index, or name at the end of the range. Can accept: DashedStrokeStyle, Long Integer or String.

DashedStrokeStyle firstItem()

Returns the first DashedStrokeStyle in the collection.


DashedStrokeStyle lastItem()

Returns the last DashedStrokeStyle in the collection.


DashedStrokeStyle middleItem()

Returns the middle DashedStrokeStyle in the collection.


DashedStrokeStyle previousItem( DashedStrokeStyle obj )

Returns the DashedStrokeStyle with the index previous to the specified index.

Parameters

TypeNameDescription
DashedStrokeStyle
obj
The index of the DashedStrokeStyle that follows the desired DashedStrokeStyle.

DashedStrokeStyle nextItem( DashedStrokeStyle obj )

Returns the DashedStrokeStyle whose index follows the specified DashedStrokeStyle in the collection.

Parameters

TypeNameDescription
DashedStrokeStyle
obj
The DashedStrokeStyle whose index comes before the desired DashedStrokeStyle.

DashedStrokeStyle anyItem()

Returns any DashedStrokeStyle in the collection.


DashedStrokeStyle everyItem()

Returns every DashedStrokeStyle in the collection.


String toSource()

Generates a string which, if executed, will return the DashedStrokeStyle.


DashedStrokeStyle []( Number index )

Returns the DashedStrokeStyle with the specified index.

Parameters

TypeNameDescription
Number
index
The index.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.