Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OneNote.Interfaces.PageContentUpdateData interface
- Package:
- onenote
An interface for updating data on the PageContent object, for use in pageContent.set({ ... }).
Properties
| image | Gets the Image in the PageContent object. Throws an exception if PageContentType isn't Image. |
| left | Gets or sets the left (X-axis) position of the PageContent object. |
| top | Gets or sets the top (Y-axis) position of the PageContent object. |
Property Details
image
Gets the Image in the PageContent object. Throws an exception if PageContentType isn't Image.
image?: OneNote.Interfaces.ImageUpdateData;
Property Value
Remarks
left
Gets or sets the left (X-axis) position of the PageContent object.
left?: number;
Property Value
number
Remarks
top
Gets or sets the top (Y-axis) position of the PageContent object.
top?: number;
Property Value
number
Remarks
Office Add-ins
Feedback
Was this page helpful?
