Edit

OneNote.Interfaces.ParagraphUpdateData interface

An interface for updating data on the Paragraph object, for use in paragraph.set({ ... }).

Remarks

Used by

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

API set: OneNoteApi 1.1

table

Gets the Table object in the Paragraph. Throws an exception if ParagraphType is not Table.

table?: OneNote.Interfaces.TableUpdateData;

Property Value

Remarks

API set: OneNoteApi 1.1