Adobe InDesign CS (3.0) Object Model JS: DashedStrokeStyle

InDesign CS

Class

DashedStrokeStyle

 A dashed stroke style. Base Class: StrokeStyle

QuickLinks

duplicate, remove

Hierarchy

Application | Document
StrokeStyle
DashedStrokeStyle

Properties

PropertyTypeAccessDescription
dashArray Array of number r/wDash array.
endCapEndCap:
EndCap.BUTT_END_CAP
EndCap.ROUND_END_CAP
EndCap.PROJECTING_END_CAP
r/wThe end shape of an open path.
idnumber readonlyThe unique ID of the DashedStrokeStyle.
indexnumber readonlyThe index of the DashedStrokeStyle within its containing object.
namestring r/wThe name of the DashedStrokeStyle.
parentApplication
Document
readonlyThe parent of the DashedStrokeStyle (a Document or Application).
propertiesObject r/wA property that allows setting of several properties at the same time.
strokeCornerAdjustmentStrokeCornerAdjustment:
StrokeCornerAdjustment.NONE
StrokeCornerAdjustment.DASHES
StrokeCornerAdjustment.GAPS
StrokeCornerAdjustment.DASHES_AND_GAPS
r/wThe corner adjustment applied to the DashedStrokeStyle.
strokeStyleTypestring readonlyThe stroke style type.

Methods

Instances

DashedStrokeStyle duplicate ()
Duplicates the DashedStrokeStyle.

void remove (replacingWith: StrokeStyle)
Deletes a stroke style.

ParameterTypeDescription
replacingWithStrokeStyleThe stroke style to apply in place of this one

Return

DashedStrokeStyle DashedStrokeStyle.duplicate ()

DashedStrokeStyle DashedStrokeStyles.add ([withProperties: Object])

Jongware, 27-Jun-2010 v3.0.3dContents :: Index