TOCStyleEntry

A TOC entry definition.

Methods:

remove

Objects:

Boolean, CharacterStyle, Number, Object, PageNumberPosition, ParagraphStyle, String,

Property Listing

Property

Type

Access

Description

formatStyle

ParagraphStyle

read/write

The paragraph style applied to the TOC entry.

index

Number

readonly

The index of the TOCStyleEntry within its containing object.

level

Number

read/write

The indent level of the entry in the TOC.

name

String

read/write

The name of the TOCStyleEntry.

pageNumberPosition

PageNumberPosition

PageNumberPosition.AFTER_ENTRY

PageNumberPosition.BEFORE_ENTRY

PageNumberPosition.NONE

read/write

The page number placement for the TOC entry style.

pageNumberStyle

CharacterStyle

read/write

The character style applied to the page number of the entry.

parent

TOCStyle

readonly

The parent of the TOCStyleEntry (a TOCStyle).

properties

Object

read/write

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

separator

String

read/write

The string to insert between the entry text and the page numbers.

separatorStyle

CharacterStyle

read/write

The character style applied to the string separating the TOC entry text and the page numbers.

sortAlphabet

Boolean

read/write

If true, sorts the entries alphabetically.

Method Listing

undefined remove ()

Deletes the TOCStyleEntry.

Return

TOCStyleEntries.add()