Word.Interfaces.NoteItemLoadOptions interface

Represents a footnote or endnote.

Remarks

[ API set: WordApi 1.5 ]

Properties

$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).

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

[ API set: WordApi 1.5 ]

reference

Represents a footnote or endnote reference in the main document.

reference?: Word.Interfaces.RangeLoadOptions;

Property Value

Remarks

[ API set: WordApi 1.5 ]

type

Represents the note item type: footnote or endnote.

type?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.5 ]