Word.Interfaces.CustomXmlPrefixMappingCollectionLoadOptions interface
Word のコレクションを表します。CustomXmlPrefixMapping オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| namespace |
For each ITEM in the collection: |
| prefix | For each ITEM in the collection: |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
namespaceUri
For each ITEM in the collection: CustomXmlPrefixMapping オブジェクトの名前空間の一意のアドレス識別子を取得します。
namespaceUri?: boolean;
プロパティ値
boolean
注釈
prefix
For each ITEM in the collection: CustomXmlPrefixMapping オブジェクトのプレフィックスを取得します。
prefix?: boolean;
プロパティ値
boolean