DottedStrokeStyle

A dotted stroke style.

Methods:

duplicate, getElements, remove, toSource, toSpecifier

Objects:

Number, Object, String, StrokeCornerAdjustment

Hierarchy:

Superclass: StrokeStyle

Class: DottedStrokeStyle

Property Listing

Property

Type

Access

Description

dotArray

Array of Number

Array of String

read/write

The length of gaps between dots. Define up to five values.

id

Number

readonly

The unique ID of the DottedStrokeStyle.

index

Number

readonly

The index of the DottedStrokeStyle within its containing object.

name

String

read/write

The name of the DottedStrokeStyle.

parent

Application

Document

readonly

The parent of the DottedStrokeStyle (a Document or Application).

properties

Object

read/write

A property that allows setting of several properties at the same time.

strokeCornerAdjustment

StrokeCornerAdjustment

StrokeCornerAdjustment.DASHES

StrokeCornerAdjustment.DASHES_AND_GAPS

StrokeCornerAdjustment.GAPS

StrokeCornerAdjustment.NONE

read/write

The corner adjustment applied to the DottedStrokeStyle.

strokeStyleType

String

readonly

The stroke style type.

Method Listing

DottedStrokeStyle duplicate ()

Duplicates the DottedStrokeStyle.

DottedStrokeStyle getElements ()

Resolves the object specifier, creating an array of object references.

undefined remove (replacingWith:Varies StrokeStyle String)

Deletes the stroke style.

Parameter

Type

Description

replacingWith

StrokeStyle

String

The stroke style to apply in place of the deleted style. . Can accept: StrokeStyle or String. (Optional)

String toSource ()

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

String toSpecifier ()

Retrieves the object specifier.

Return

DottedStrokeStyles.add()

DottedStrokeStyle.duplicate()

DottedStrokeStyle.getElements()

DottedStrokeStyles.anyItem()

DottedStrokeStyles.everyItem()

DottedStrokeStyles.nextItem()

DottedStrokeStyles.previousItem()

DottedStrokeStyles.itemByID()

DottedStrokeStyles.item()

DottedStrokeStyles.itemByName()

DottedStrokeStyles.itemByRange()

DottedStrokeStyles.firstItem()

DottedStrokeStyles.lastItem()

DottedStrokeStyles.middleItem()