Word.Interfaces.CustomXmlPartUpdateData interface
An interface for updating data on the CustomXmlPart
object, for use in customXmlPart.set({ ... })
.
Properties
document |
Gets the root element of a bound region of data in the document. If the region is empty, the property returns |
Property Details
documentElement
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 root element of a bound region of data in the document. If the region is empty, the property returns Nothing
.
documentElement?: Word.Interfaces.CustomXmlNodeUpdateData;