Edit

OneNote.Interfaces.PageUpdateData interface

An interface for updating data on the Page object, for use in page.set({ ... }).

Remarks

Used by

Properties

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.

Property Details

inkAnalysisOrNull

Text interpretation for the ink on the page. Returns null if there is no ink analysis information. Read-only.

inkAnalysisOrNull?: OneNote.Interfaces.InkAnalysisUpdateData;

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