Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OneNote.Interfaces.FloatingInkLoadOptions interface
- Package:
- onenote
Represents a group of ink strokes.
Properties
| $all | Specifying |
| id | Gets the ID of the FloatingInk object. Read-only. |
| inkStrokes | Gets the strokes of the FloatingInk object. |
| pageContent | Gets the PageContent parent of the FloatingInk object. |
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 FloatingInk object. Read-only.
id?: boolean;
Property Value
boolean
Remarks
inkStrokes
Gets the strokes of the FloatingInk object.
inkStrokes?: OneNote.Interfaces.InkStrokeCollectionLoadOptions;
Property Value
Remarks
pageContent
Gets the PageContent parent of the FloatingInk object.
pageContent?: OneNote.Interfaces.PageContentLoadOptions;
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
