OneNote.Interfaces.InkAnalysisLineCollectionLoadOptions interface

Represents a collection of InkAnalysisLine objects.

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

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

paragraph

For EACH ITEM in the collection: Reference to the parent InkAnalysisParagraph.

words

For EACH ITEM in the collection: Gets the ink analysis words in this ink analysis line.

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

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

id?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

paragraph

For EACH ITEM in the collection: Reference to the parent InkAnalysisParagraph.

paragraph?: OneNote.Interfaces.InkAnalysisParagraphLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

words

For EACH ITEM in the collection: Gets the ink analysis words in this ink analysis line.

words?: OneNote.Interfaces.InkAnalysisWordCollectionLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]