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[];
Property Value
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins