Adobe InDesign CS5 Server (7.0) Object Model JS: DashedStrokeStyles

InDesign Server CS5

Class

DashedStrokeStyles

 A collection of dashed stroke styles.

QuickLinks

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

DashedStrokeStyle [] (index: number)
Returns the DashedStrokeStyle with the specified index.

ParameterTypeDescription
indexnumberThe index.

DashedStrokeStyle add ([withProperties: Object])
Creates a new DashedStrokeStyle.

ParameterTypeDescription
withPropertiesObjectInitial values for properties of the new DashedStrokeStyle (Optional)

DashedStrokeStyle anyItem ()
Returns any DashedStrokeStyle in the collection.

number count ()
Displays the number of elements in the DashedStrokeStyle.

Array of DashedStrokeStyle everyItem ()
Returns every DashedStrokeStyle in the collection.

DashedStrokeStyle firstItem ()
Returns the first DashedStrokeStyle in the collection.

DashedStrokeStyle item (index: varies)
Returns the DashedStrokeStyle with the specified index or name.

ParameterTypeDescription
indexLong Integer
String
The index or name. Can accept: Long Integer or String.

DashedStrokeStyle itemByID (id: number)
Returns the DashedStrokeStyle with the specified ID.

ParameterTypeDescription
idnumberThe ID.

DashedStrokeStyle itemByName (name: string)
Returns the DashedStrokeStyle with the specified name.

ParameterTypeDescription
namestringThe name.

Array of DashedStrokeStyle itemByRange (from: varies, to: varies)
Returns the DashedStrokeStyles within the specified range.

ParameterTypeDescription
fromDashedStrokeStyle
Long Integer
String
The DashedStrokeStyle, index, or name at the beginning of the range. Can accept: DashedStrokeStyle, Long Integer or String.
toDashedStrokeStyle
Long Integer
String
The DashedStrokeStyle, index, or name at the end of the range. Can accept: DashedStrokeStyle, Long Integer or String.

DashedStrokeStyle lastItem ()
Returns the last DashedStrokeStyle in the collection.

DashedStrokeStyle middleItem ()
Returns the middle DashedStrokeStyle in the collection.

DashedStrokeStyle nextItem (obj: DashedStrokeStyle)
Returns the DashedStrokeStyle whose index follows the specified DashedStrokeStyle in the collection.

ParameterTypeDescription
objDashedStrokeStyleThe DashedStrokeStyle whose index comes before the desired DashedStrokeStyle.

DashedStrokeStyle previousItem (obj: DashedStrokeStyle)
Returns the DashedStrokeStyle with the index previous to the specified index.

ParameterTypeDescription
objDashedStrokeStyleThe index of the DashedStrokeStyle that follows the desired DashedStrokeStyle.

string toSource ()
Generates a string which, if executed, will return the DashedStrokeStyle.

Element of

Application.dashedStrokeStyles

Document.dashedStrokeStyles

Jongware, 23-Mar-2011 v3.0.3dContents :: Index