Edit

Share via


Word.Interfaces.CustomXmlPrefixMappingData interface

An interface describing the data returned by calling customXmlPrefixMapping.toJSON().

Properties

namespaceUri

Gets the unique address identifier for the namespace of the CustomXmlPrefixMapping object.

prefix

Gets the prefix for the CustomXmlPrefixMapping object.

Property Details

namespaceUri

Gets the unique address identifier for the namespace of the CustomXmlPrefixMapping object.

namespaceUri?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.3 ]

prefix

Gets the prefix for the CustomXmlPrefixMapping object.

prefix?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.3 ]