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({ ... }).

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


Feedback

Was this page helpful?