Word.Interfaces.CustomXmlSchemaData interface
An interface describing the data returned by calling customXmlSchema.toJSON()
.
Properties
location | Gets the location of the schema on a computer. |
namespace |
Gets the unique address identifier for the namespace of the |
Property Details
location
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 location of the schema on a computer.
location?: string;
Property Value
string
Remarks
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 CustomXmlSchema
object.
namespaceUri?: string;
Property Value
string