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;