Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.NoteItemUpdateData interface
- Package:
- word
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;
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?
