OneNote.Interfaces.PageData interface
An interface describing the data returned by calling page.toJSON()
.
Properties
class |
Gets the ClassNotebookPageSource to the page. |
client |
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. |
ink |
Text interpretation for the ink on the page. Returns null if there is no ink analysis information. |
page |
Gets or sets the indentation level of the page. |
title | Gets or sets the title of the page. |
web |
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.
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