Adobe InDesign CS3 (5.0) Object Model JS: RingStyle

InDesign CS3

Class

RingStyle

 Ring style

QuickLinks

extractLabel, getElements, insertLabel, toSource, toSpecifier

Hierarchy

Application | Document
RingStyle

Properties

PropertyTypeAccessDescription
idnumber readonlyThe unique ID of the RingStyle.
indexnumber readonlyThe index of the RingStyle within its containing object.
labelstring r/wA property that can be set to any string.
namestring r/wThe name of the RingStyle.
parentApplicationDocument readonlyThe parent of the RingStyle (a Application or Document).
propertiesObject r/wA property that allows setting of several properties at the same time.
ringStyleGraphicUidPageItem r/wRing style graphic uid
ringStyleInnerRect Array of number r/wRing style inner rect
ringStyleMaxDigitsnumber r/wRing style max digits
ringStyleOuterRect Array of number r/wRing style outer rect

Methods

Instances

string extractLabel (key: string)
Gets the label value associated with the specified key.

ParameterTypeDescription
keystringThe key.

Array of RingStyle getElements ()
Resolves the object specifier, creating an array of object references.

void insertLabel (key: string, value: string)
Sets the label to the value associated with the specified key.

ParameterTypeDescription
keystringThe key.
valuestringThe value.

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

string toSpecifier ()
Retrieves the object specifier.

Element of

Character.endOfAyahRingStyle

InsertionPoint.endOfAyahRingStyle

Line.endOfAyahRingStyle

Paragraph.endOfAyahRingStyle

Text.endOfAyahRingStyle

TextColumn.endOfAyahRingStyle

TextStyleRange.endOfAyahRingStyle

Word.endOfAyahRingStyle

Used in:

array of RingStyle RingStyles.itemByRange (from: any, to: any)

RingStyle RingStyles.nextItem (obj: RingStyle)

RingStyle RingStyles.previousItem (obj: RingStyle)

Return

Array of RingStyle RingStyle.getElements ()

RingStyle RingStyles.add (name: string[, withProperties: Object])

RingStyle RingStyles.anyItem ()

Array of RingStyle RingStyles.everyItem ()

RingStyle RingStyles.firstItem ()

RingStyle RingStyles.item (index: any)

RingStyle RingStyles.itemByID (id: number)

RingStyle RingStyles.itemByName (name: string)

Array of RingStyle RingStyles.itemByRange (from: any, to: any)

RingStyle RingStyles.lastItem ()

RingStyle RingStyles.middleItem ()

RingStyle RingStyles.nextItem (obj: RingStyle)

RingStyle RingStyles.previousItem (obj: RingStyle)

Jongware, 27-Jun-2010 v3.0.3dContents :: Index