OneNote.Interfaces.ParagraphUpdateData interface
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