NestedLineStyle

A nested line style.

Methods:

getElements, remove, toSource, toSpecifier

Objects:

Boolean, CharacterStyle, Number, Object, String,

Property Listing

Property

Type

Access

Description

appliedCharacterStyle

CharacterStyle

String

read/write

The character style applied to the text. Can also accept: String.

index

Number

readonly

The index of the NestedLineStyle within its containing object.

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

lineCount

Number

read/write

The number lines to which to apply the nested style.

parent

Character

InsertionPoint

Line

Paragraph

ParagraphStyle

Text

TextColumn

TextStyleRange

Word

Story

TextDefault

readonly

The parent of the NestedLineStyle (a TextDefault, Paragraph, ParagraphStyle, Text, Character, Word, Line, TextColumn, TextStyleRange, InsertionPoint or Story).

properties

Object

read/write

A property that allows setting of several properties at the same time.

repeatLast

Number

read/write

The number line-style rules to back up.

Method Listing

NestedLineStyle getElements ()

Resolves the object specifier, creating an array of object references.

undefined remove ()

Deletes the NestedLineStyle.

String toSource ()

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

String toSpecifier ()

Retrieves the object specifier.

Return

NestedLineStyles.add()

NestedLineStyle.getElements()

NestedLineStyles.anyItem()

NestedLineStyles.everyItem()

NestedLineStyles.nextItem()

NestedLineStyles.previousItem()

NestedLineStyles.item()

NestedLineStyles.[]()

NestedLineStyles.itemByName()

NestedLineStyles.itemByRange()

NestedLineStyles.firstItem()

NestedLineStyles.lastItem()

NestedLineStyles.middleItem()