Adobe InDesign CS (3.0) Object Model JS: DottedStrokeStyle

InDesign CS

Class

DottedStrokeStyle

 A dotted stroke style. Base Class: StrokeStyle

QuickLinks

duplicate, remove

Hierarchy

Application | Document
StrokeStyle
DottedStrokeStyle

Properties

PropertyTypeAccessDescription
dotArray Array of number r/wDot array.
idnumber readonlyThe unique ID of the DottedStrokeStyle.
indexnumber readonlyThe index of the DottedStrokeStyle within its containing object.
namestring r/wThe name of the DottedStrokeStyle.
parentApplicationDocument readonlyThe parent of the DottedStrokeStyle (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 DottedStrokeStyle.
strokeStyleTypestring readonlyThe stroke style type.

Methods

Instances

DottedStrokeStyle duplicate ()
Duplicates the DottedStrokeStyle.

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

ParameterTypeDescription
replacingWithStrokeStyleThe stroke style to apply in place of this one

Return

DottedStrokeStyle DottedStrokeStyle.duplicate ()

DottedStrokeStyle DottedStrokeStyles.add ([withProperties: Object])

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