Indesign Scripting Reference
home | search | Links
VBScript >> DashedStrokeStyles

DashedStrokeStyles

A collection of dashed stroke styles.

DashedStrokeStyles Properties

Property Type Access Description
Count Long read The number of DashedStrokeStyles.
Item Object read Returns the DashedStrokeStyle with the specified index or name as Long or String.

DashedStrokeStyles Methods

Method Returns Description
Add DashedStrokeStyle Create a new DashedStrokeStyle.
AnyItem Object Returns any DashedStrokeStyle.
FirstItem Object Returns the first DashedStrokeStyle.
ItemByID Object Returns the DashedStrokeStyle with the specified ID.
ItemByRange Objects Returns the DashedStrokeStyles within the specified range.
LastItem Object Returns the last DashedStrokeStyle.
MiddleItem Object Returns the middle DashedStrokeStyle.
NextItem Object Returns the next DashedStrokeStyle.
PreviousItem Object Returns the previous DashedStrokeStyle.