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

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

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

namespaceUri?: string;

Property Value

string

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

prefix

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the prefix for the CustomXmlPrefixMapping object.

prefix?: string;

Property Value

string

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]