OneNote.Interfaces.PageUpdateData interface
An interface for updating data on the Page object, for use in page.set({ ... })
.
Properties
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. |
Property Details
inkAnalysisOrNull
Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
inkAnalysisOrNull?: OneNote.Interfaces.InkAnalysisUpdateData;
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins