Word.Interfaces.CustomXmlPartCollectionLoadOptions interface
Word のコレクションが含まれています。CustomXmlPart オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| built |
For EACH ITEM in the collection: |
| document |
For each ITEM in the collection: ドキュメント内のデータのバインド領域のルート要素を取得します。 領域が空の場合、プロパティは |
| id | For each ITEM in the collection: カスタム XML パーツの ID を取得します。 |
| namespace |
For each ITEM in the collection: カスタム XML パーツの名前空間 URI を取得します。 |
| xml | For EACH ITEM in the collection: 現在の |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
builtIn
For EACH ITEM in the collection: CustomXmlPart が組み込みかどうかを取得します。
builtIn?: boolean;
プロパティ値
boolean
注釈
documentElement
For each ITEM in the collection: ドキュメント内のデータのバインド領域のルート要素を取得します。 領域が空の場合、プロパティは Nothing を返します。
documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
プロパティ値
注釈
id
For each ITEM in the collection: カスタム XML パーツの ID を取得します。
id?: boolean;
プロパティ値
boolean
注釈
namespaceUri
For each ITEM in the collection: カスタム XML パーツの名前空間 URI を取得します。
namespaceUri?: boolean;
プロパティ値
boolean
注釈
xml
For EACH ITEM in the collection: 現在の CustomXmlPart オブジェクトの XML 表現を取得します。
xml?: boolean;
プロパティ値
boolean