OneNote.Interfaces.PointCollectionLoadOptions interface

Represents a collection of Point objects.

Remarks

[ API set: OneNoteApi 1.9 ]

Properties

$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).

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 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

id

For EACH ITEM in the collection: Gets the ID of the Point object. Read-only.

id?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.9 ]

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