DottedStrokeStyles
A collection of dotted stroke styles.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
DottedStrokeStyle [] (index:Number)
Returns the DottedStrokeStyle with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
DottedStrokeStyle add (withProperties:Object)
Creates a new DottedStrokeStyle.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new DottedStrokeStyle (Optional) |
DottedStrokeStyle anyItem ()
Returns any DottedStrokeStyle in the collection.
Number count ()
Displays the number of elements in the DottedStrokeStyle.
DottedStrokeStyle everyItem ()
Returns every DottedStrokeStyle in the collection.
DottedStrokeStyle firstItem ()
Returns the first DottedStrokeStyle in the collection.
DottedStrokeStyle item (index:Varies LongInteger String)
Returns the DottedStrokeStyle with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
DottedStrokeStyle itemByID (id:Number)
Returns the DottedStrokeStyle with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
DottedStrokeStyle itemByName (name:String)
Returns the DottedStrokeStyle with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
DottedStrokeStyle itemByRange (from:Varies DottedStrokeStyle LongInteger String, to:Varies DottedStrokeStyle LongInteger String)
Returns the DottedStrokeStyles within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The DottedStrokeStyle, index, or name at the beginning of the range. Can accept: DottedStrokeStyle, Long Integer or String. |
to |
LongInteger |
The DottedStrokeStyle, index, or name at the end of the range. Can accept: DottedStrokeStyle, Long Integer or String. |
DottedStrokeStyle lastItem ()
Returns the last DottedStrokeStyle in the collection.
DottedStrokeStyle middleItem ()
Returns the middle DottedStrokeStyle in the collection.
DottedStrokeStyle nextItem (obj:DottedStrokeStyle)
Returns the DottedStrokeStyle whose index follows the specified DottedStrokeStyle in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The DottedStrokeStyle whose index comes before the desired DottedStrokeStyle. |
DottedStrokeStyle previousItem (obj:DottedStrokeStyle)
Returns the DottedStrokeStyle with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the DottedStrokeStyle that follows the desired DottedStrokeStyle. |
String toSource ()
Generates a string which, if executed, will return the DottedStrokeStyle.
Object of
Application.dottedStrokeStyles
Document.dottedStrokeStyles