Word.Interfaces.NoteItemUpdateData interface
An interface for updating data on the NoteItem
object, for use in noteItem.set({ ... })
.
Properties
body | Represents the body object of the note item. It's the portion of the text within the footnote or endnote. |
reference | Represents a footnote or endnote reference in the main document. |
Property Details
body
Represents the body object of the note item. It's the portion of the text within the footnote or endnote.
body?: Word.Interfaces.BodyUpdateData;
Property Value
Remarks
reference
Represents a footnote or endnote reference in the main document.
reference?: Word.Interfaces.RangeUpdateData;