Word.Interfaces.CustomXmlPrefixMappingData interface
An interface describing the data returned by calling customXmlPrefixMapping.toJSON()
.
Properties
namespace |
Gets the unique address identifier for the namespace of the |
prefix | Gets the prefix for the |
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
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