Edit

Share via


OneNote.Interfaces.PageLoadOptions interface

Represents a OneNote page.

Remarks

[ API set: OneNoteApi 1.1 ]

Properties

$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).

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).

TypeScript
$all?: boolean;

Property Value

boolean

classNotebookPageSource

Gets the ClassNotebookPageSource to the page.

TypeScript
classNotebookPageSource?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

clientUrl

The client URL of the page. Read-only.

TypeScript
clientUrl?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

contents

The collection of PageContent objects on the page. Read-only.

TypeScript
contents?: OneNote.Interfaces.PageContentCollectionLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

id

Gets the ID of the page. Read-only.

TypeScript
id?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

inkAnalysisOrNull

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

TypeScript
inkAnalysisOrNull?: OneNote.Interfaces.InkAnalysisLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

pageLevel

Gets or sets the indentation level of the page.

TypeScript
pageLevel?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

parentSection

Gets the section that contains the page.

TypeScript
parentSection?: OneNote.Interfaces.SectionLoadOptions;

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]

title

Gets or sets the title of the page.

TypeScript
title?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

webUrl

The web URL of the page. Read-only.

TypeScript
webUrl?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]