Word.Interfaces.NoteItemLoadOptions interface
Represents a footnote or endnote.
Remarks
Properties
$all | Specifying |
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
$all
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
body
Represents the body object of the note item. It's the portion of the text within the footnote or endnote.
body?: Word.Interfaces.BodyLoadOptions;
Property Value
Remarks
reference
Represents a footnote or endnote reference in the main document.
reference?: Word.Interfaces.RangeLoadOptions;
Property Value
Remarks
type
Represents the note item type: footnote or endnote.
type?: boolean;
Property Value
boolean
Remarks
Office Add-ins