OneNote.Interfaces.InkAnalysisLineCollectionLoadOptions interface
Represents a collection of InkAnalysisLine objects.
Remarks
Properties
| $all | Specifying |
| id | For EACH ITEM in the collection: Gets the ID of the InkAnalysisLine object. Read-only. |
| paragraph | For EACH ITEM in the collection: Reference to the parent InkAnalysisParagraph. |
| words | For EACH ITEM in the collection: 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
For EACH ITEM in the collection: Gets the ID of the InkAnalysisLine object. Read-only.
id?: boolean;
Property Value
boolean
Remarks
paragraph
For EACH ITEM in the collection: Reference to the parent InkAnalysisParagraph.
paragraph?: OneNote.Interfaces.InkAnalysisParagraphLoadOptions;
Property Value
Remarks
words
For EACH ITEM in the collection: Gets the ink analysis words in this ink analysis line.
words?: OneNote.Interfaces.InkAnalysisWordCollectionLoadOptions;