Class
StripedStrokeStyle |
| | A striped stroke style. Base Class: StrokeStyle |
QuickLinks |
duplicate, remove |
Hierarchy
|
|
Properties
| | Property | Type | Access | Description |
| id | number |
readonly | The unique ID of the StripedStrokeStyle. |
| index | number |
readonly | The index of the StripedStrokeStyle within its containing object. |
| name | string |
r/w | The name of the StripedStrokeStyle. |
| parent | ApplicationDocument |
readonly | The parent of the StripedStrokeStyle (a Document or Application). |
| properties | Object |
r/w | A property that allows setting of several properties at the same time. |
| stripeArray |
Array
of number |
r/w | The width and position of stripes in a striped stroke pattern. Each stripe is specified by a start-end pair in the format [start1, end1, start2, end2]; each value indicates a percentage of the stroke weight. Each value must be greater than the previous value. (Range: 0 to 100). |
| strokeStyleType | string |
readonly | The stroke style type. |
|
Methods
| InstancesStripedStrokeStyle duplicate ()
Duplicates the StripedStrokeStyle.
void remove (replacingWith:
StrokeStyle)
Deletes a stroke style.
| Parameter | Type | Description |
| replacingWith | StrokeStyle | The stroke style to apply in place of this one |
|
Return |
StripedStrokeStyle StripedStrokeStyle.duplicate ()
StripedStrokeStyle StripedStrokeStyles.add ([withProperties:
Object])
|