Edit

Word.Interfaces.DocumentUpdateData interface

An interface for updating data on the Document object, for use in document.set({ ... }).

Remarks

Used by

Properties

body

Gets the Body object of the main document. The body is the text that excludes headers, footers, footnotes, textboxes, etc.

Property Details

body

Gets the Body object of the main document. The body is the text that excludes headers, footers, footnotes, textboxes, etc.

body?: Word.Interfaces.BodyUpdateData;

Property Value

Remarks

API set: WordApi 1.1