IndexOptions
Index options.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Hierarchy:
Superclass: Preference
Class: IndexOptions
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
The character(s) inserted at the start of cross references. |
||
read/write |
The character(s) inserted between index entries when runin-style index format is used for nested topics. |
||
read/write |
The character(s) inserted between separate page numbers, page numbers and page ranges, and series of page ranges. |
||
read/write |
The character style applied to cross references. |
||
read/write |
The character style applied to cross reference topics. |
||
read/write |
The character(s) inserted at the end of each index entry. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
read/write |
The character(s) inserted after each index topic. |
||
read/write |
If true, includes topics and page references from all the documents in a book. |
||
read/write |
If true, displays headings for sections with no index topics. Note: Valid only when include section headings is true. |
||
read/write |
If true, includes topics and page references on hidden layers. |
||
read/write |
If true, displays the letters of the alphabet as index section headings. |
||
read/write |
The format for level 2 and lower index topics. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
The paragraph style applied to level 1 index topics. |
||
read/write |
The paragraph style applied to level 2 index topics. |
||
read/write |
The paragraph style applied to level 3 index topics. |
||
read/write |
The paragraph style applied to level 4 index topics. |
||
read/write |
The character style applied to page numbers in the index. |
||
read/write |
The character(s) inserted between page numbers to indicate a page range. |
||
readonly |
The parent of the IndexOptions (a Document or Application). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
If true, replaces the content of the existing index. Note: Replaces only index content; does not update the index location or other index properties that may have been changed. |
||
read/write |
The paragraph style applied to index section headings. Note: Valid when include section headings is true. |
||
read/write |
The title of the generated index. |
||
read/write |
The paragraph style applied to the title of the generated index. Can also accept: String. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
IndexOptions getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the IndexOptions.
String toSpecifier ()
Retrieves the object specifier.
Object of
Application.indexGenerationOptions
Document.indexGenerationOptions
Event.parent
EventListener.parent
MutationEvent.parent