Word.Interfaces.ListTemplateCollectionLoadOptions interface

Word のコレクションが含まれていますドキュメント、リスト テンプレート ギャラリー、またはドキュメント テンプレート内の ListTemplate オブジェクト。

プロパティ

$all

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

name

For each ITEM in the collection: リスト テンプレートの名前を指定します。

outlineNumbered

For each ITEM in the collection: リスト テンプレートにアウトライン番号を付けるかどうかを指定します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

name

For each ITEM in the collection: リスト テンプレートの名前を指定します。

name?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.4

outlineNumbered

For each ITEM in the collection: リスト テンプレートにアウトライン番号を付けるかどうかを指定します。

outlineNumbered?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.1