次の方法で共有


Word.Interfaces.CustomXmlPrefixMappingData interface

customXmlPrefixMapping.toJSON() を呼び出すことによって返されるデータを記述するインターフェイス。

プロパティ

namespaceUri

CustomXmlPrefixMapping オブジェクトの名前空間の一意のアドレス識別子を取得します。

prefix

CustomXmlPrefixMapping オブジェクトのプレフィックスを取得します。

プロパティの詳細

namespaceUri

CustomXmlPrefixMapping オブジェクトの名前空間の一意のアドレス識別子を取得します。

namespaceUri?: string;

プロパティ値

string

注釈

[ API set: WordApiDesktop 1.3 ]

prefix

CustomXmlPrefixMapping オブジェクトのプレフィックスを取得します。

prefix?: string;

プロパティ値

string

注釈

[ API set: WordApiDesktop 1.3 ]