Search results

TablePasteOptions API in JavaScript (ES5) DocumentEditor API control

Represents the available options for pasting content into a table.

  • ‘InsertAsRows’: Insert the content as new rows.
  • ‘NestTable’: Nest the content as a table within the existing table.
  • ‘InsertAsColumns’: Insert the content as new columns.
  • ‘OverwriteCells’: Overwrite the existing cells with the new content.
  • InsertAsRows
  • NestTable
  • InsertAsColumns
  • OverwriteCells