Word.Interfaces.NoteItemCollectionLoadOptions interface
Contains a collection of Word.NoteItem objects.
Remarks
Properties
$all | Specifying |
body | For EACH ITEM in the collection: Represents the body object of the note item. It's the portion of the text within the footnote or endnote. |
reference | For EACH ITEM in the collection: Represents a footnote or endnote reference in the main document. |
type | For EACH ITEM in the collection: 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
For EACH ITEM in the collection: 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
For EACH ITEM in the collection: Represents a footnote or endnote reference in the main document.
reference?: Word.Interfaces.RangeLoadOptions;
Property Value
Remarks
type
For EACH ITEM in the collection: Represents the note item type: footnote or endnote.
type?: boolean;
Property Value
boolean
Remarks
Office Add-ins