Adobe InDesign CS (3.0) Object Model JS: TOCStyleEntry

InDesign CS

Class

TOCStyleEntry

 A TOC entry definition.

QuickLinks

remove

Hierarchy

TOCStyle
TOCStyleEntry

Properties

PropertyTypeAccessDescription
formatStyleParagraphStyle r/wThe paragraph style applied to the TOC entry.
indexnumber readonlyThe index of the TOCStyleEntry within its containing object.
levelnumber r/wThe indent level of the entry in the TOC.
namestring r/wThe name of the TOCStyleEntry.
pageNumberPositionPageNumberPosition:
PageNumberPosition.AFTER_ENTRY
PageNumberPosition.BEFORE_ENTRY
PageNumberPosition.NONE
r/wThe page number placement for the TOC entry style.
pageNumberStyleCharacterStyle r/wThe character style applied to the page number of the entry.
parentTOCStyle readonlyThe parent of the TOCStyleEntry (a TOCStyle).
propertiesObject r/wA property that allows setting of several properties at the same time.
separatorstring r/wThe string to insert between the entry text and the page numbers.
separatorStyleCharacterStyle r/wThe character style applied to the string separating the TOC entry text and the page numbers.
sortAlphabetbool r/wIf true, sorts the entries alphabetically.

Methods

Instances

void remove ()
Deletes the TOCStyleEntry.

Return

TOCStyleEntry TOCStyleEntries.add ([styleName: string][, withProperties: Object])

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