Word.Interfaces.CustomXmlPartScopedCollectionLoadOptions interface

Word のコレクションが含まれています特定の名前空間を持つ CustomXmlPart オブジェクト。

プロパティ

$all

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

builtIn

For EACH ITEM in the collection: CustomXmlPart が組み込みかどうかを取得します。

documentElement

For each ITEM in the collection: ドキュメント内のデータのバインド領域のルート要素を取得します。 領域が空の場合、プロパティは Nothing を返します。

id

For each ITEM in the collection: カスタム XML パーツの ID を取得します。

namespaceUri

For each ITEM in the collection: カスタム XML パーツの名前空間 URI を取得します。

xml

For EACH ITEM in the collection: 現在の CustomXmlPart オブジェクトの XML 表現を取得します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

builtIn

For EACH ITEM in the collection: CustomXmlPart が組み込みかどうかを取得します。

builtIn?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3

documentElement

For each ITEM in the collection: ドキュメント内のデータのバインド領域のルート要素を取得します。 領域が空の場合、プロパティは Nothing を返します。

documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;

プロパティ値

注釈

API セット: WordApiDesktop 1.3

id

For each ITEM in the collection: カスタム XML パーツの ID を取得します。

id?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.4

namespaceUri

For each ITEM in the collection: カスタム XML パーツの名前空間 URI を取得します。

namespaceUri?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.4

xml

For EACH ITEM in the collection: 現在の CustomXmlPart オブジェクトの XML 表現を取得します。

xml?: boolean;

プロパティ値

boolean

注釈

API セット: WordApiDesktop 1.3