Word.Interfaces.SourceCollectionLoadOptions interface

Word のコレクションを表します。ソース オブジェクト。

プロパティ

$all

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

isCited

For each ITEM in the collection: Source オブジェクトがドキュメントで引用されているかどうかを取得します。

tag

For each ITEM in the collection: ソースのタグを取得します。

xml

For each ITEM in the collection: ソースの XML 表現を取得します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

isCited

For each ITEM in the collection: Source オブジェクトがドキュメントで引用されているかどうかを取得します。

isCited?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

tag

For each ITEM in the collection: ソースのタグを取得します。

tag?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

xml

For each ITEM in the collection: ソースの XML 表現を取得します。

xml?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3