OneNote.Interfaces.InkAnalysisLineLoadOptions interface
Represents ink analysis data for an identified text line formed by ink strokes.
Remarks
Properties
$all | Specifying |
id | Gets the ID of the InkAnalysisLine object. Read-only. |
paragraph | Reference to the parent InkAnalysisParagraph. |
words | Gets the ink analysis words in this ink analysis line. |
Property Details
$all
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
id
Gets the ID of the InkAnalysisLine object. Read-only.
id?: boolean;
Property Value
boolean
Remarks
paragraph
Reference to the parent InkAnalysisParagraph.
paragraph?: OneNote.Interfaces.InkAnalysisParagraphLoadOptions;
Property Value
Remarks
words
Gets the ink analysis words in this ink analysis line.
words?: OneNote.Interfaces.InkAnalysisWordCollectionLoadOptions;
Property Value
Remarks
Office Add-ins