Word.Interfaces.TableOfContentsCollectionLoadOptions interface

Word のコレクションを表します。Word 文書内の TableOfContents オブジェクト。

プロパティ

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

areBuiltInHeadingStylesUsed

For each ITEM in the collection: 目次に組み込みの見出しスタイルを使用するかどうかを指定します。

areFieldsUsed

For each ITEM in the collection: 目 次エントリ (TC) フィールド を目次に含めるかどうかを指定します。

areHyperlinksUsedOnWeb

For each ITEM in the collection: Web に発行するときに目次内のエントリをハイパーリンクとして書式設定するかどうかを指定します。

arePageNumbersHiddenOnWeb

For each ITEM in the collection: Web に発行するときに、目次のページ番号を非表示にするかどうかを指定します。

arePageNumbersIncluded

For each ITEM in the collection: ページ番号を目次に含めるかどうかを指定します。

arePageNumbersRightAligned

コレクション内の各アイテムの場合: ページ番号を目次の右余白に合わせるかどうかを指定します。

lowerHeadingLevel

For each ITEM in the collection: 目次の終了見出しレベルを指定します。 1 から 9 までの値で、 upperHeadingLevel より大きい必要があります。

range

For each ITEM in the collection: この目次が記載されているドキュメントの部分を取得します。

tabLeader

コレクション内の各アイテムの場合: 目次のエントリとそのページ番号の間の文字を指定します。

tableId

For each ITEM in the collection: 目次に使用される TC フィールド から 1 文字の識別子を指定します。

upperHeadingLevel

For each ITEM in the collection: 目次の開始見出しレベルを指定します。 1 から 9 までの値で、 lowerHeadingLevel より小さい必要があります。

プロパティの詳細

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

$all?: boolean;

プロパティ値

boolean

areBuiltInHeadingStylesUsed

For each ITEM in the collection: 目次に組み込みの見出しスタイルを使用するかどうかを指定します。

areBuiltInHeadingStylesUsed?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4

areFieldsUsed

For each ITEM in the collection: 目 次エントリ (TC) フィールド を目次に含めるかどうかを指定します。

areFieldsUsed?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4

areHyperlinksUsedOnWeb

For each ITEM in the collection: Web に発行するときに目次内のエントリをハイパーリンクとして書式設定するかどうかを指定します。

areHyperlinksUsedOnWeb?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4

arePageNumbersHiddenOnWeb

For each ITEM in the collection: Web に発行するときに、目次のページ番号を非表示にするかどうかを指定します。

arePageNumbersHiddenOnWeb?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4

arePageNumbersIncluded

For each ITEM in the collection: ページ番号を目次に含めるかどうかを指定します。

arePageNumbersIncluded?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4

arePageNumbersRightAligned

コレクション内の各アイテムの場合: ページ番号を目次の右余白に合わせるかどうかを指定します。

arePageNumbersRightAligned?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4

lowerHeadingLevel

For each ITEM in the collection: 目次の終了見出しレベルを指定します。 1 から 9 までの値で、 upperHeadingLevel より大きい必要があります。

lowerHeadingLevel?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4

range

For each ITEM in the collection: この目次が記載されているドキュメントの部分を取得します。

range?: Word.Interfaces.RangeLoadOptions;

プロパティ値

注釈

API セット: WordApiDesktop 1.4

tabLeader

コレクション内の各アイテムの場合: 目次のエントリとそのページ番号の間の文字を指定します。

tabLeader?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4

tableId

For each ITEM in the collection: 目次に使用される TC フィールド から 1 文字の識別子を指定します。

tableId?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4

upperHeadingLevel

For each ITEM in the collection: 目次の開始見出しレベルを指定します。 1 から 9 までの値で、 lowerHeadingLevel より小さい必要があります。

upperHeadingLevel?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4