Class
A dashed stroke style. Base Class: StrokeStyle
duplicate, remove
DashedStrokeStyle
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
dashArray | Array of number | r/w | Dash array. |
endCap | EndCap: EndCap.BUTT_END_CAP EndCap.ROUND_END_CAP EndCap.PROJECTING_END_CAP |
r/w | The end shape of an open path. |
id | number | readonly | The unique ID of the DashedStrokeStyle. |
index | number | readonly | The index of the DashedStrokeStyle within its containing object. |
name | string | r/w | The name of the DashedStrokeStyle. |
parent | Application Document |
readonly | The parent of the DashedStrokeStyle (a Document or Application). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
strokeCornerAdjustment | StrokeCornerAdjustment: StrokeCornerAdjustment.NONE StrokeCornerAdjustment.DASHES StrokeCornerAdjustment.GAPS StrokeCornerAdjustment.DASHES_AND_GAPS |
r/w | The corner adjustment applied to the DashedStrokeStyle. |
strokeStyleType | string | readonly | The stroke style type. |
Methods
Instances
DashedStrokeStyle duplicate ()
Duplicates the DashedStrokeStyle.
void remove (replacingWith:
StrokeStyle)
Deletes a stroke style.
Parameter | Type | Description |
---|---|---|
replacingWith | StrokeStyle | The stroke style to apply in place of this one |
Return
DashedStrokeStyle DashedStrokeStyle.duplicate ()
DashedStrokeStyle DashedStrokeStyles.add ([withProperties: Object])
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |