OneNote.Interfaces.FloatingInkLoadOptions interface

Represents a group of ink strokes.

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 FloatingInk object. Read-only.

inkStrokes

Gets the strokes of the FloatingInk object.

pageContent

Gets the PageContent parent of the FloatingInk object.

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 FloatingInk object. Read-only.

id?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

inkStrokes

Gets the strokes of the FloatingInk object.

inkStrokes?: OneNote.Interfaces.InkStrokeCollectionLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

pageContent

Gets the PageContent parent of the FloatingInk object.

pageContent?: OneNote.Interfaces.PageContentLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]