Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OneNote.Interfaces.PageData interface
- Package:
- onenote
An interface describing the data returned by calling page.toJSON().
Properties
| 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. Read-only. |
| pageLevel | Gets or sets the indentation level of the page. |
| title | Gets or sets the title of the page. |
| webUrl | The web URL of the page. Read-only. |
Property Details
classNotebookPageSource
Gets the ClassNotebookPageSource to the page.
classNotebookPageSource?: string;
Property Value
string
Remarks
clientUrl
The client url of the page. Read only
clientUrl?: string;
Property Value
string
Remarks
contents
The collection of PageContent objects on the page. Read only
contents?: OneNote.Interfaces.PageContentData[];
Property Value
Remarks
id
Gets the ID of the page. Read-only.
id?: string;
Property Value
string
Remarks
inkAnalysisOrNull
Text interpretation for the ink on the page. Returns null if there is no ink analysis information. Read-only.
inkAnalysisOrNull?: OneNote.Interfaces.InkAnalysisData;
Property Value
Remarks
pageLevel
Gets or sets the indentation level of the page.
pageLevel?: number;
Property Value
number
Remarks
title
Gets or sets the title of the page.
title?: string;
Property Value
string
Remarks
webUrl
The web URL of the page. Read-only.
webUrl?: string;
Property Value
string
Remarks
Office Add-ins
Feedback
Was this page helpful?
