DottedStrokeStyle

A dotted stroke style.

Properties

Property Type Access Description
dotArray Array of number r/w 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 r/w The name of the DottedStrokeStyle.
parent any readonly The parent of the DottedStrokeStyle (a Document or Application).
properties Object r/w A property that allows setting of several properties at the same time.
strokeCornerAdjustment StrokeCornerAdjustment
:
NONE
DASHES
GAPS
DASHES_AND_GAPS
r/w The corner adjustment applied to the DottedStrokeStyle.
strokeStyleType string readonly The stroke style type.

Methods

DottedStrokeStyleduplicate ()
Duplicates the DottedStrokeStyle.

Array of DottedStrokeStylegetElements ()
Resolves the object specifier, creating an array of object references.

void remove ([replacingWith:
any])
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.

Used in:

DottedStrokeStyles.previousItem (

obj:
DottedStrokeStyle )

DottedStrokeStyles.nextItem (

obj:
DottedStrokeStyle )

Returned by:

DottedStrokeStyle DottedStrokeStyle .duplicate (

)

Array of DottedStrokeStyle DottedStrokeStyle .getElements (

)

DottedStrokeStyle DottedStrokeStyles.add (
[withProperties:
Object]
)

DottedStrokeStyle DottedStrokeStyles.anyItem (

)

Array of DottedStrokeStyle DottedStrokeStyles.everyItem (

)

DottedStrokeStyle DottedStrokeStyles.firstItem (

)

DottedStrokeStyle DottedStrokeStyles.item (
index:
any
)

DottedStrokeStyle DottedStrokeStyles.itemByID (
id:
number
)

DottedStrokeStyle DottedStrokeStyles.itemByName (
name:
string
)

Array of DottedStrokeStyle DottedStrokeStyles.itemByRange (
from:
any, to:
any
)

DottedStrokeStyle DottedStrokeStyles.lastItem (

)

DottedStrokeStyle DottedStrokeStyles.middleItem (

)

DottedStrokeStyle DottedStrokeStyles.nextItem (
obj:
DottedStrokeStyle
)

DottedStrokeStyle DottedStrokeStyles.previousItem (
obj:
DottedStrokeStyle
)

Leave a Comment

Previous post:

Next post: