Word.Interfaces.DocumentCreatedUpdateData interface
An interface for updating data on the DocumentCreated
object, for use in documentCreated.set({ ... })
.
body | Gets the body object of the document. The body is the text that excludes headers, footers, footnotes, textboxes, etc. |
properties | Gets the properties of the document. |
Gets the body object of the document. The body is the text that excludes headers, footers, footnotes, textboxes, etc.
body?: Word.Interfaces.BodyUpdateData;
Property Value
Remarks
Gets the properties of the document.
properties?: Word.Interfaces.DocumentPropertiesUpdateData;
Property Value
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: