DottedStrokeStyle

A dotted stroke style.

Methods:

duplicate, remove

Objects:

Number, Object, String, StrokeCornerAdjustment

Hierarchy:

Superclass: StrokeStyle

Class: DottedStrokeStyle

Property Listing

Property

Type

Access

Description

dotArray

Array of Number

read/write

Dot array.

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.

undefined remove (replacingWith:StrokeStyle)

Deletes a stroke style.

Parameter

Type

Description

replacingWith

StrokeStyle

The stroke style to apply in place of this one

Return

DottedStrokeStyles.add()

DottedStrokeStyle.duplicate()