Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.DocumentCreatedUpdateData interface
- Package:
- word
An interface for updating data on the DocumentCreated object, for use in documentCreated.set({ ... }).
Properties
| body | Gets the |
| properties | Gets the properties of the document. |
Property Details
body
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
properties
Gets the properties of the document.
properties?: Word.Interfaces.DocumentPropertiesUpdateData;
Property Value
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
