OneNote.Interfaces.NoteTagLoadOptions interface
A container for the NoteTag in a paragraph.
Remarks
Properties
$all | Specifying |
id | Gets the Id of the NoteTag object. Read-only. |
status | Gets the status of the NoteTag object. Read-only. |
type | Gets the type of the NoteTag 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
id
Gets the Id of the NoteTag object. Read-only.
id?: boolean;
Property Value
boolean
Remarks
status
Gets the status of the NoteTag object. Read-only.
status?: boolean;
Property Value
boolean
Remarks
type
Gets the type of the NoteTag object. Read-only.
type?: boolean;
Property Value
boolean
Remarks
Office Add-ins