OneNote.Interfaces.InkWordLoadOptions interface

A container for the ink in a word in a paragraph.

Remarks

[ API set: OneNoteApi 1.1 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

id

Gets the ID of the InkWord object. Read-only.

languageId

The id of the recognized language in this ink word. Read-only.

paragraph

The parent paragraph containing the ink word.

wordAlternates

The words that were recognized in this ink word, in order of likelihood. Read-only.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

id

Gets the ID of the InkWord object. Read-only.

id?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

languageId

The id of the recognized language in this ink word. Read-only.

languageId?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

paragraph

The parent paragraph containing the ink word.

paragraph?: OneNote.Interfaces.ParagraphLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

wordAlternates

The words that were recognized in this ink word, in order of likelihood. Read-only.

wordAlternates?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]