IndexOptions

索引の設定

プロパティ(parentとその逆)

Ver.プロパティR/O
[12][13][14][15]
[16][17][18][19]
parent Document, Application
[12][13][14][15]
[16][17][18][19]
eventListeners EventListeners
[12][13][14][15]
[16][17][18][19]
events Events

プロパティ

Ver.プロパティ名R/O説明
[12][13][14][15]
[16][17][18][19]
beforeCrossReferenceSeparator 文字列値The character(s) inserted at the start of cross references.
[12][13][14][15]
[16][17][18][19]
betweenEntriesSeparator 文字列値The character(s) inserted between index entries when runin-style index format is used for nested topics.
[12][13][14][15]
[16][17][18][19]
betweenPageNumbersSeparator 文字列値The character(s) inserted between separate page numbers, page numbers and page ranges, and series of page ranges.
[12][13][14][15]
[16][17][18][19]
crossReferenceStyle CharacterStyleThe character style applied to cross references.
[12][13][14][15]
[16][17][18][19]
crossReferenceTopicStyle CharacterStyleThe character style applied to cross reference topics.
[12][13][14][15]
[16][17][18][19]
entryEndSeparator 文字列値The character(s) inserted at the end of each index entry.
[12][13][14][15]
[16][17][18][19]
followingTopicSeparator 文字列値The character(s) inserted after each index topic.
[12][13][14][15]
[16][17][18][19]
includeBookDocuments 真偽値If true, includes topics and page references from all the documents in a book.
[12][13][14][15]
[16][17][18][19]
includeEmptyIndexSections 真偽値If true, displays headings for sections with no index topics. Note: Valid only when include section headings is true.
[12][13][14][15]
[16][17][18][19]
includeHiddenEntries 真偽値If true, includes topics and page references on hidden layers.
[12][13][14][15]
[16][17][18][19]
includeSectionHeadings 真偽値If true, displays the letters of the alphabet as index section headings.
[12][13][14][15]
[16][17][18][19]
indexFormat IndexFormat
IndexFormat
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
NESTED_FORMAT1316243814
NtIf
入れ子
[12][13][14][15]
[16][17][18][19]
RUNIN_FORMAT1382631782
RiIf
一行にまとめる
The format for level 2 and lower index topics.
[12][13][14][15]
[16][17][18][19]
isValid 真偽値オブジェクトが有効かどうか
[12][13][14][15]
[16][17][18][19]
level1Style ParagraphStyleThe paragraph style applied to level 1 index topics.
[12][13][14][15]
[16][17][18][19]
level2Style ParagraphStyleThe paragraph style applied to level 2 index topics.
[12][13][14][15]
[16][17][18][19]
level3Style ParagraphStyleThe paragraph style applied to level 3 index topics.
[12][13][14][15]
[16][17][18][19]
level4Style ParagraphStyleThe paragraph style applied to level 4 index topics.
[12][13][14][15]
[16][17][18][19]
pageNumberStyle CharacterStyleThe character style applied to page numbers in the index.
[12][13][14][15]
[16][17][18][19]
pageRangeSeparator 文字列値The character(s) inserted between page numbers to indicate a page range.
[12][13][14][15]
[16][17][18][19]
properties Object
[12][13][14][15]
[16][17][18][19]
replaceExistingIndex 真偽値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.
[12][13][14][15]
[16][17][18][19]
sectionHeadingStyle ParagraphStyleThe paragraph style applied to index section headings. Note: Valid when include section headings is true.
[12][13][14][15]
[16][17][18][19]
title 文字列値The title of the generated index.
[12][13][14][15]
[16][17][18][19]
titleStyle ParagraphStyle, 文字列値The paragraph style applied to the title of the generated index. Can also accept: String.

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[12][13][14][15]
[16][17][18][19]
addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
getElements() Array( IndexOptions )オブジェクト参照を返す
[12][13][14][15]
[16][17][18][19]
removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
toSource() 文字列値ソースコードを表す文字列を返す
[12][13][14][15]
[16][17][18][19]
toSpecifier() 文字列値Retrieves the object specifier.