OneNote.Interfaces.InkAnalysisLineData interface
An interface describing the data returned by calling inkAnalysisLine.toJSON()
.
Properties
id | Gets the ID of the InkAnalysisLine object. Read-only. |
paragraph | Reference to the parent InkAnalysisParagraph. Read-only. |
words | Gets the ink analysis words in this ink analysis line. Read-only. |
Property Details
id
Gets the ID of the InkAnalysisLine object. Read-only.
id?: string;
Property Value
string
Remarks
paragraph
Reference to the parent InkAnalysisParagraph. Read-only.
paragraph?: OneNote.Interfaces.InkAnalysisParagraphData;
Property Value
Remarks
words
Gets the ink analysis words in this ink analysis line. Read-only.
words?: OneNote.Interfaces.InkAnalysisWordData[];
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