NestedLineStyles

A collection of nested line styles.

Methods:

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

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

NestedLineStyle [] (index:Number)

Returns the NestedLineStyle with the specified index.

Parameter

Type

Description

index

Number

The index.

NestedLineStyle add (withProperties:Object)

Creates a new NestedLineStyle.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new NestedLineStyle (Optional)

NestedLineStyle anyItem ()

Returns any NestedLineStyle in the collection.

Number count ()

Displays the number of elements in the NestedLineStyle.

NestedLineStyle everyItem ()

Returns every NestedLineStyle in the collection.

NestedLineStyle firstItem ()

Returns the first NestedLineStyle in the collection.

NestedLineStyle item (index:Varies LongInteger String)

Returns the NestedLineStyle with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

NestedLineStyle itemByRange (from:Varies LongInteger NestedLineStyle String, to:Varies LongInteger NestedLineStyle String)

Returns the NestedLineStyles within the specified range.

Parameter

Type

Description

from

LongInteger

NestedLineStyle

String

The NestedLineStyle, index, or name at the beginning of the range. Can accept: NestedLineStyle, Long Integer or String.

to

LongInteger

NestedLineStyle

String

The NestedLineStyle, index, or name at the end of the range. Can accept: NestedLineStyle, Long Integer or String.

NestedLineStyle lastItem ()

Returns the last NestedLineStyle in the collection.

NestedLineStyle middleItem ()

Returns the middle NestedLineStyle in the collection.

NestedLineStyle nextItem (obj:NestedLineStyle)

Returns the NestedLineStyle whose index follows the specified NestedLineStyle in the collection.

Parameter

Type

Description

obj

NestedLineStyle

The NestedLineStyle whose index comes before the desired NestedLineStyle.

NestedLineStyle previousItem (obj:NestedLineStyle)

Returns the NestedLineStyle with the index previous to the specified index.

Parameter

Type

Description

obj

NestedLineStyle

The index of the NestedLineStyle that follows the desired NestedLineStyle.

String toSource ()

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

Object of

TextDefault.nestedLineStyles

Text.nestedLineStyles

Character.nestedLineStyles

Word.nestedLineStyles

Line.nestedLineStyles

TextColumn.nestedLineStyles

Paragraph.nestedLineStyles

TextStyleRange.nestedLineStyles

InsertionPoint.nestedLineStyles

Story.nestedLineStyles

ParagraphStyle.nestedLineStyles

XmlStory.nestedLineStyles