Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OneNote.Interfaces.InkAnalysisParagraphLoadOptions interface
- Package:
- onenote
Represents ink analysis data for an identified paragraph formed by ink strokes.
Properties
| $all | Specifying |
| id | Gets the ID of the InkAnalysisParagraph object. Read-only. |
| inkAnalysis | Reference to the parent InkAnalysisPage. |
| lines | Gets the ink analysis lines in this ink analysis paragraph. |
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 InkAnalysisParagraph object. Read-only.
id?: boolean;
Property Value
boolean
Remarks
inkAnalysis
Reference to the parent InkAnalysisPage.
inkAnalysis?: OneNote.Interfaces.InkAnalysisLoadOptions;
Property Value
Remarks
lines
Gets the ink analysis lines in this ink analysis paragraph.
lines?: OneNote.Interfaces.InkAnalysisLineCollectionLoadOptions;
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
