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
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;