Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OneNote.Interfaces.PageLoadOptions interface
- Package:
- onenote
Represents a OneNote page.
Properties
| $all | Specifying |
| classNotebookPageSource | Gets the ClassNotebookPageSource to the page. |
| clientUrl | The client URL of the page. Read-only. |
| contents | The collection of PageContent objects on the page. Read-only. |
| id | Gets the ID of the page. Read-only. |
| inkAnalysisOrNull | Text interpretation for the ink on the page. Returns null if there is no ink analysis information. |
| pageLevel | Gets or sets the indentation level of the page. |
| parentSection | Gets the section that contains the page. |
| title | Gets or sets the title of the page. |
| webUrl | The web URL of the page. Read-only. |
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
classNotebookPageSource
Gets the ClassNotebookPageSource to the page.
classNotebookPageSource?: boolean;
Property Value
boolean
Remarks
clientUrl
The client URL of the page. Read-only.
clientUrl?: boolean;
Property Value
boolean
Remarks
contents
The collection of PageContent objects on the page. Read-only.
contents?: OneNote.Interfaces.PageContentCollectionLoadOptions;
Property Value
Remarks
id
Gets the ID of the page. Read-only.
id?: boolean;
Property Value
boolean
Remarks
inkAnalysisOrNull
Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
inkAnalysisOrNull?: OneNote.Interfaces.InkAnalysisLoadOptions;
Property Value
Remarks
pageLevel
Gets or sets the indentation level of the page.
pageLevel?: boolean;
Property Value
boolean
Remarks
parentSection
Gets the section that contains the page.
parentSection?: OneNote.Interfaces.SectionLoadOptions;
Property Value
Remarks
title
Gets or sets the title of the page.
title?: boolean;
Property Value
boolean
Remarks
webUrl
The web URL of the page. Read-only.
webUrl?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
