OneNote.Interfaces.InkAnalysisParagraphCollectionLoadOptions interface

Represents a collection of InkAnalysisParagraph 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 InkAnalysisParagraph object. Read-only.

inkAnalysis

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

lines

For EACH ITEM in the collection: Gets the ink analysis lines in this ink analysis paragraph.

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

id?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

inkAnalysis

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

inkAnalysis?: OneNote.Interfaces.InkAnalysisLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

lines

For EACH ITEM in the collection: Gets the ink analysis lines in this ink analysis paragraph.

lines?: OneNote.Interfaces.InkAnalysisLineCollectionLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]