DottedStrokeStyles

A collection of dotted stroke styles.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

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.

DottedStrokeStyle everyItem ()

Returns every DottedStrokeStyle in the collection.

DottedStrokeStyle firstItem ()

Returns the first DottedStrokeStyle in the collection.

DottedStrokeStyle item (index:Varies LongInteger String)

Returns the DottedStrokeStyle with the specified index or name.

Parameter

Type

Description

index

LongInteger

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.

DottedStrokeStyle itemByRange (from:Varies DottedStrokeStyle LongInteger String, to:Varies DottedStrokeStyle LongInteger String)

Returns the DottedStrokeStyles within the specified range.

Parameter

Type

Description

from

DottedStrokeStyle

LongInteger

String

The DottedStrokeStyle, index, or name at the beginning of the range. Can accept: DottedStrokeStyle, Long Integer or String.

to

DottedStrokeStyle

LongInteger

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.

Object of

Application.dottedStrokeStyles

Document.dottedStrokeStyles