DottedStrokeStyle
A dotted stroke style.
Go to Property Listing | Method Listing
Methods:
addEventListener, duplicate, getElements, remove, removeEventListener, toSource, toSpecifier
Objects:
Boolean, EventListeners, Events, Number, Object, String, StrokeCornerAdjustment
Hierarchy:
Superclass: StrokeStyle
Class: DottedStrokeStyle
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
The length of gaps between dots. Define up to five values. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
The unique ID of the DottedStrokeStyle. |
||
readonly |
The index of the DottedStrokeStyle within its containing object. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
The name of the DottedStrokeStyle. |
||
readonly |
The parent of the DottedStrokeStyle (a Document or Application). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
The corner adjustment applied to the DottedStrokeStyle. |
||
readonly |
The stroke style type. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
DottedStrokeStyle duplicate ()
Duplicates the DottedStrokeStyle.
DottedStrokeStyle getElements ()
Resolves the object specifier, creating an array of object references.
undefined remove (replacingWith:Varies StrokeStyle String)
Deletes the stroke style.
Parameter |
Type |
Description |
---|---|---|
replacingWith |
The stroke style to apply in place of the deleted style. . Can accept: StrokeStyle or String. (Optional) |
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the DottedStrokeStyle.
String toSpecifier ()
Retrieves the object specifier.
Object of
Event.parent
EventListener.parent
MutationEvent.parent
Return
DottedStrokeStyle.getElements()
DottedStrokeStyles.everyItem()
DottedStrokeStyles.previousItem()
DottedStrokeStyles.itemByName()
DottedStrokeStyles.itemByRange()