Adobe InDesign CS4 (6.0) Object Model JS: NestedLineStyle

InDesign CS4

Class

NestedLineStyle

 A nested line style.

QuickLinks

getElements, remove, toSource, toSpecifier

Hierarchy

Character | InsertionPoint | Line | Paragraph | ParagraphStyle | Story | Text | TextColumn | TextDefault | TextStyleRange | Word
NestedLineStyle

Properties

PropertyTypeAccessDescription
appliedCharacterStyleCharacterStyleString r/wThe character style applied to the text. Can also accept: String.
indexnumber readonlyThe index of the NestedLineStyle within its containing object.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
lineCountnumber r/wThe number lines to which to apply the nested style.
parentCharacter
InsertionPoint
Line
Paragraph
ParagraphStyle
Story
Text
TextColumn
TextDefault
TextStyleRange
Word
readonlyThe parent of the NestedLineStyle (a TextDefault, Paragraph, ParagraphStyle, Text, Character, Word, Line, TextColumn, TextStyleRange, InsertionPoint or Story).
propertiesObject r/wA property that allows setting of several properties at the same time.
repeatLastnumber r/wThe number line-style rules to back up.

Methods

Instances

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

void remove ()
Deletes the NestedLineStyle.

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

string toSpecifier ()
Retrieves the object specifier.

Used in:

array of NestedLineStyle NestedLineStyles.itemByRange (from: any, to: any)

NestedLineStyle NestedLineStyles.nextItem (obj: NestedLineStyle)

NestedLineStyle NestedLineStyles.previousItem (obj: NestedLineStyle)

Return

Array of NestedLineStyle NestedLineStyle.getElements ()

NestedLineStyle NestedLineStyles.[] (index: number)

NestedLineStyle NestedLineStyles.add ([withProperties: Object])

NestedLineStyle NestedLineStyles.anyItem ()

Array of NestedLineStyle NestedLineStyles.everyItem ()

NestedLineStyle NestedLineStyles.firstItem ()

NestedLineStyle NestedLineStyles.item (index: any)

NestedLineStyle NestedLineStyles.itemByName (name: string)

Array of NestedLineStyle NestedLineStyles.itemByRange (from: any, to: any)

NestedLineStyle NestedLineStyles.lastItem ()

NestedLineStyle NestedLineStyles.middleItem ()

NestedLineStyle NestedLineStyles.nextItem (obj: NestedLineStyle)

NestedLineStyle NestedLineStyles.previousItem (obj: NestedLineStyle)

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