Class
Index options.
getElements, toSource, toSpecifier
IndexOptions
QuickLinks
Hierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| beforeCrossReferenceSeparator | string | r/w | The character(s) inserted at the start of cross references. |
| betweenEntriesSeparator | string | r/w | The character(s) inserted between index entries when runin-style index format is used for nested topics. |
| betweenPageNumbersSeparator | string | r/w | The character(s) inserted between separate page numbers, page numbers and page ranges, and series of page ranges. |
| crossReferenceStyle | CharacterStyle | r/w | The character style applied to cross references. |
| crossReferenceTopicStyle | CharacterStyle | r/w | The character style applied to cross reference topics. |
| entryEndSeparator | string | r/w | The character(s) inserted at the end of each index entry. |
| followingTopicSeparator | string | r/w | The character(s) inserted after each index topic. |
| includeBookDocuments | bool | r/w | If true, includes topics and page references from all the documents in a book. |
| includeEmptyIndexSections | bool | r/w | If true, displays headings for sections with no index topics. Note: Valid only when include section headings is true. |
| includeHiddenEntries | bool | r/w | If true, includes topics and page references on hidden layers. |
| includeSectionHeadings | bool | r/w | If true, displays the letters of the alphabet as index section headings. |
| indexFormat | IndexFormat: IndexFormat.RUNIN_FORMAT IndexFormat.NESTED_FORMAT |
r/w | The format for level 2 and lower index topics. |
| level1Style | ParagraphStyle | r/w | The paragraph style applied to level 1 index topics. |
| level2Style | ParagraphStyle | r/w | The paragraph style applied to level 2 index topics. |
| level3Style | ParagraphStyle | r/w | The paragraph style applied to level 3 index topics. |
| level4Style | ParagraphStyle | r/w | The paragraph style applied to level 4 index topics. |
| pageNumberStyle | CharacterStyle | r/w | The character style applied to page numbers in the index. |
| pageRangeSeparator | string | r/w | The character(s) inserted between page numbers to indicate a page range. |
| parent | Application Document |
readonly | The parent of the IndexOptions (a Document or Application). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| replaceExistingIndex | bool | r/w | 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. |
| sectionHeadingStyle | ParagraphStyle | r/w | The paragraph style applied to index section headings. Note: Valid when include section headings is true. |
| title | string | r/w | The title of the generated index. |
| titleStyle | ParagraphStyle String |
r/w | The paragraph style applied to the title of the generated index. Can also accept: String. |
Methods
Instances
Array
of IndexOptions getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the IndexOptions.
Element of
Application.indexGenerationOptions
Document.indexGenerationOptions
Return
Array of IndexOptions IndexOptions.getElements ()
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |