Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OneNote.Interfaces.InkStrokeCollectionLoadOptions interface

Package:
onenote

Represents a collection of InkStroke objects.

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

floatingInk

For EACH ITEM in the collection: Gets the ID of the InkStroke object.

id

For EACH ITEM in the collection: Gets the ID of the InkStroke object. Read-only.

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

floatingInk

For EACH ITEM in the collection: Gets the ID of the InkStroke object.

floatingInk?: OneNote.Interfaces.FloatingInkLoadOptions;

Property Value

Remarks

API set: OneNoteApi 1.1

id

For EACH ITEM in the collection: Gets the ID of the InkStroke object. Read-only.

id?: boolean;

Property Value

boolean

Remarks

API set: OneNoteApi 1.1


Feedback

Was this page helpful?