Edit

OneNote.Interfaces.OutlineLoadOptions interface

Represents a container for Paragraph objects.

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

id

Gets the ID of the Outline object. Read-only.

pageContent

Gets the PageContent object that contains the Outline. This object defines the position of the Outline on the page.

paragraphs

Gets the collection of Paragraph objects in the Outline.

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

$all?: boolean;

Property Value

boolean

id

Gets the ID of the Outline object. Read-only.

id?: boolean;

Property Value

boolean

Remarks

API set: OneNoteApi 1.1

pageContent

Gets the PageContent object that contains the Outline. This object defines the position of the Outline on the page.

pageContent?: OneNote.Interfaces.PageContentLoadOptions;

Property Value

Remarks

API set: OneNoteApi 1.1

paragraphs

Gets the collection of Paragraph objects in the Outline.

paragraphs?: OneNote.Interfaces.ParagraphCollectionLoadOptions;

Property Value

Remarks

API set: OneNoteApi 1.1