OneNote.Interfaces.PageData interface

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.

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

[ API set: OneNoteApi 1.1 ]

clientUrl

The client url of the page. Read only

clientUrl?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]

contents

The collection of PageContent objects on the page. Read only

contents?: OneNote.Interfaces.PageContentData[];

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

id

Gets the ID of the page. Read-only.

id?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]

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

[ API set: OneNoteApi 1.1 ]

pageLevel

Gets or sets the indentation level of the page.

pageLevel?: number;

Property Value

number

Remarks

[ API set: OneNoteApi 1.1 ]

title

Gets or sets the title of the page.

title?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]

webUrl

The web url of the page. Read only

webUrl?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]