Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OneNote.Interfaces.ParagraphUpdateData interface
- Package:
- onenote
An interface for updating data on the Paragraph object, for use in paragraph.set({ ... }).
Properties
| image | Gets the Image object in the Paragraph. Throws an exception if ParagraphType is not Image. |
| table | Gets the Table object in the Paragraph. Throws an exception if ParagraphType is not Table. |
Property Details
image
Gets the Image object in the Paragraph. Throws an exception if ParagraphType is not Image.
image?: OneNote.Interfaces.ImageUpdateData;
Property Value
Remarks
table
Gets the Table object in the Paragraph. Throws an exception if ParagraphType is not Table.
table?: OneNote.Interfaces.TableUpdateData;
Property Value
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
Feedback
Was this page helpful?
