OneNote.Interfaces.PointCollectionLoadOptions interface
Represents a collection of Point objects.
Remarks
Properties
$all | Specifying |
id | For EACH ITEM in the collection: Gets the ID of the Point object. Read-only. |
x | For EACH ITEM in the collection: X |
y | For EACH ITEM in the collection: Y |
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 Point object. Read-only.
id?: boolean;
Property Value
boolean
Remarks
x
For EACH ITEM in the collection: X
x?: boolean;
Property Value
boolean
y
For EACH ITEM in the collection: Y
y?: boolean;
Property Value
boolean
Office Add-ins