Edit in GitHubLog an issue

StripedStrokeStyles

A collection of striped stroke styles.

Instance

Read Only

Number length

The number of objects in the collection.

Methods

StripedStrokeStyle add( Object withProperties )

Creates a new StripedStrokeStyle.

Parameters

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

Number count()

Displays the number of elements in the StripedStrokeStyle.


StripedStrokeStyle item( Mixed index )

Returns the StripedStrokeStyle with the specified index or name.

Parameters

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

StripedStrokeStyle itemByName( String name )

Returns the StripedStrokeStyle with the specified name.

Parameters

TypeNameDescription
String
name
The name.

StripedStrokeStyle itemByID( Number id )

Returns the StripedStrokeStyle with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

StripedStrokeStyle itemByRange( Mixed from, Mixed to )

Returns the StripedStrokeStyles within the specified range.

Parameters

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

StripedStrokeStyle firstItem()

Returns the first StripedStrokeStyle in the collection.


StripedStrokeStyle lastItem()

Returns the last StripedStrokeStyle in the collection.


StripedStrokeStyle middleItem()

Returns the middle StripedStrokeStyle in the collection.


StripedStrokeStyle previousItem( StripedStrokeStyle obj )

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

Parameters

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

StripedStrokeStyle nextItem( StripedStrokeStyle obj )

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

Parameters

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

StripedStrokeStyle anyItem()

Returns any StripedStrokeStyle in the collection.


StripedStrokeStyle everyItem()

Returns every StripedStrokeStyle in the collection.


String toSource()

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


StripedStrokeStyle []( Number index )

Returns the StripedStrokeStyle 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.