OneNote.Interfaces.InkStrokeLoadOptions interface
Represents a single stroke of ink.
Remarks
Properties
$all | Specifying |
floating |
Gets the ID of the InkStroke object. |
id | Gets the ID of the InkStroke object. Read-only. |
Property Details
$all
Specifying $all
for the LoadOptions loads all the scalar properties (e.g.: Range.address
) but not the navigational properties (e.g.: Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
floatingInk
Gets the ID of the InkStroke object.
floatingInk?: OneNote.Interfaces.FloatingInkLoadOptions;
Property Value
Remarks
id
Gets the ID of the InkStroke object. Read-only.
id?: boolean;
Property Value
boolean
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