OneNote.Interfaces.InkAnalysisParagraphData interface

An interface describing the data returned by calling inkAnalysisParagraph.toJSON().

Properties

id

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

inkAnalysis

Reference to the parent InkAnalysisPage. Read-only.

lines

Gets the ink analysis lines in this ink analysis paragraph. Read-only.

Property Details

id

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

id?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]

inkAnalysis

Reference to the parent InkAnalysisPage. Read-only.

inkAnalysis?: OneNote.Interfaces.InkAnalysisData;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

lines

Gets the ink analysis lines in this ink analysis paragraph. Read-only.

lines?: OneNote.Interfaces.InkAnalysisLineData[];

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]