Edit

Word.Interfaces.NoteItemData interface

An interface describing the data returned by calling noteItem.toJSON().

Remarks

Used by

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

API set: WordApi 1.5

reference

Represents a footnote or endnote reference in the main document.

reference?: Word.Interfaces.RangeData;

Property Value

Remarks

API set: WordApi 1.5

type

Represents the note item type: footnote or endnote.

type?: Word.NoteItemType | "Footnote" | "Endnote";

Property Value

Word.NoteItemType | "Footnote" | "Endnote"

Remarks

API set: WordApi 1.5