Word.Interfaces.NoteItemData interface
An interface describing the data returned by calling noteItem.toJSON().
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. |
| type | Represents the note item type: footnote or endnote. |
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.BodyData;
Property Value
Remarks
reference
Represents a footnote or endnote reference in the main document.
reference?: Word.Interfaces.RangeData;
Property Value
Remarks
type
Represents the note item type: footnote or endnote.
type?: Word.NoteItemType | "Footnote" | "Endnote";
Property Value
Word.NoteItemType | "Footnote" | "Endnote"