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. |
ink |
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
inkAnalysis
Reference to the parent InkAnalysisPage. Read-only.
inkAnalysis?: OneNote.Interfaces.InkAnalysisData;
Property Value
Remarks
lines
Gets the ink analysis lines in this ink analysis paragraph. Read-only.
lines?: OneNote.Interfaces.InkAnalysisLineData[];