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
	 
	Gets the unique address identifier for the namespace of the CustomXmlPrefixMapping object.
namespaceUri?: string;Property Value
string
Remarks
prefix
Gets the prefix for the CustomXmlPrefixMapping object.
prefix?: string;Property Value
string