Skip to content

Latest commit

 

History

History
206 lines (201 loc) · 36.8 KB

File metadata and controls

206 lines (201 loc) · 36.8 KB
title Available operations
sidebarTitle Available Operations
description All Document API operations and their editor method mappings

Document API is in alpha and subject to breaking changes while the contract continues to evolve. See the full operation reference for detailed input/output schemas.

{/* DOC_API_OPERATIONS_START */}

Available operations

Use the tables below to see what operations are available and where each one is documented.

Namespace Canonical ops Aliases Total surface Reference
Blocks 1 0 1 Reference
Capabilities 1 0 1 Reference
Comments 5 0 5 Reference
Core 8 0 8 Reference
Create 5 0 5 Reference
Format 44 1 45 Reference
History 3 0 3 Reference
Lists 8 0 8 Reference
Mutations 2 0 2 Reference
Paragraph Formatting 17 0 17 Reference
Paragraph Styles 2 0 2 Reference
Query 1 0 1 Reference
Sections 18 0 18 Reference
Styles 1 0 1 Reference
Table of Contents 10 0 10 Reference
Tables 39 0 39 Reference
Track Changes 3 0 3 Reference
Editor method Operation
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.blocks.delete(...) blocks.delete
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.capabilities() capabilities.get
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.comments.create(...) comments.create
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.comments.patch(...) comments.patch
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.comments.delete(...) comments.delete
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.comments.get(...) comments.get
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.comments.list(...) comments.list
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.find(...) find
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.getNode(...) getNode
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.getNodeById(...) getNodeById
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.getText(...) getText
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.info(...) info
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.insert(...) insert
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.replace(...) replace
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.delete(...) delete
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.create.paragraph(...) create.paragraph
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.create.heading(...) create.heading
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.create.sectionBreak(...) create.sectionBreak
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.create.table(...) create.table
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.create.tableOfContents(...) create.tableOfContents
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.apply(...) format.apply
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.bold(...) format.bold
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.italic(...) format.italic
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.strike(...) format.strike
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.underline(...) format.underline
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.highlight(...) format.highlight
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.color(...) format.color
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.fontSize(...) format.fontSize
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.fontFamily(...) format.fontFamily
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.letterSpacing(...) format.letterSpacing
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.vertAlign(...) format.vertAlign
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.position(...) format.position
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.dstrike(...) format.dstrike
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.smallCaps(...) format.smallCaps
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.caps(...) format.caps
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.shading(...) format.shading
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.border(...) format.border
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.outline(...) format.outline
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.shadow(...) format.shadow
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.emboss(...) format.emboss
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.imprint(...) format.imprint
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.charScale(...) format.charScale
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.kerning(...) format.kerning
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.vanish(...) format.vanish
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.webHidden(...) format.webHidden
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.specVanish(...) format.specVanish
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.rtl(...) format.rtl
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.cs(...) format.cs
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.bCs(...) format.bCs
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.iCs(...) format.iCs
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.eastAsianLayout(...) format.eastAsianLayout
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.em(...) format.em
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.fitText(...) format.fitText
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.snapToGrid(...) format.snapToGrid
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.lang(...) format.lang
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.oMath(...) format.oMath
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.rStyle(...) format.rStyle
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.rFonts(...) format.rFonts
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.fontSizeCs(...) format.fontSizeCs
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.ligatures(...) format.ligatures
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.numForm(...) format.numForm
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.numSpacing(...) format.numSpacing
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.stylisticSets(...) format.stylisticSets
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.contextualAlternates(...) format.contextualAlternates
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.strikethrough(...) format.strike
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.history.get(...) history.get
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.history.undo(...) history.undo
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.history.redo(...) history.redo
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.lists.list(...) lists.list
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.lists.get(...) lists.get
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.lists.insert(...) lists.insert
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.lists.setType(...) lists.setType
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.lists.indent(...) lists.indent
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.lists.outdent(...) lists.outdent
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.lists.restart(...) lists.restart
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.lists.exit(...) lists.exit
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.mutations.preview(...) mutations.preview
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.mutations.apply(...) mutations.apply
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.resetDirectFormatting(...) format.paragraph.resetDirectFormatting
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.setAlignment(...) format.paragraph.setAlignment
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.clearAlignment(...) format.paragraph.clearAlignment
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.setIndentation(...) format.paragraph.setIndentation
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.clearIndentation(...) format.paragraph.clearIndentation
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.setSpacing(...) format.paragraph.setSpacing
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.clearSpacing(...) format.paragraph.clearSpacing
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.setKeepOptions(...) format.paragraph.setKeepOptions
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.setOutlineLevel(...) format.paragraph.setOutlineLevel
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.setFlowOptions(...) format.paragraph.setFlowOptions
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.setTabStop(...) format.paragraph.setTabStop
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.clearTabStop(...) format.paragraph.clearTabStop
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.clearAllTabStops(...) format.paragraph.clearAllTabStops
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.setBorder(...) format.paragraph.setBorder
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.clearBorder(...) format.paragraph.clearBorder
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.setShading(...) format.paragraph.setShading
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.format.paragraph.clearShading(...) format.paragraph.clearShading
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.styles.paragraph.setStyle(...) styles.paragraph.setStyle
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.styles.paragraph.clearStyle(...) styles.paragraph.clearStyle
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.query.match(...) query.match
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.list(...) sections.list
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.get(...) sections.get
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setBreakType(...) sections.setBreakType
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setPageMargins(...) sections.setPageMargins
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setHeaderFooterMargins(...) sections.setHeaderFooterMargins
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setPageSetup(...) sections.setPageSetup
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setColumns(...) sections.setColumns
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setLineNumbering(...) sections.setLineNumbering
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setPageNumbering(...) sections.setPageNumbering
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setTitlePage(...) sections.setTitlePage
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setOddEvenHeadersFooters(...) sections.setOddEvenHeadersFooters
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setVerticalAlign(...) sections.setVerticalAlign
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setSectionDirection(...) sections.setSectionDirection
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setHeaderFooterRef(...) sections.setHeaderFooterRef
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.clearHeaderFooterRef(...) sections.clearHeaderFooterRef
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setLinkToPrevious(...) sections.setLinkToPrevious
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.setPageBorders(...) sections.setPageBorders
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.sections.clearPageBorders(...) sections.clearPageBorders
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.styles.apply(...) styles.apply
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.toc.list(...) toc.list
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.toc.get(...) toc.get
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.toc.configure(...) toc.configure
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.toc.update(...) toc.update
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.toc.remove(...) toc.remove
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.toc.markEntry(...) toc.markEntry
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.toc.unmarkEntry(...) toc.unmarkEntry
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.toc.listEntries(...) toc.listEntries
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.toc.getEntry(...) toc.getEntry
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.toc.editEntry(...) toc.editEntry
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.convertFromText(...) tables.convertFromText
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.delete(...) tables.delete
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.clearContents(...) tables.clearContents
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.move(...) tables.move
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.split(...) tables.split
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.convertToText(...) tables.convertToText
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.setLayout(...) tables.setLayout
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.insertRow(...) tables.insertRow
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.deleteRow(...) tables.deleteRow
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.setRowHeight(...) tables.setRowHeight
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.distributeRows(...) tables.distributeRows
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.setRowOptions(...) tables.setRowOptions
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.insertColumn(...) tables.insertColumn
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.deleteColumn(...) tables.deleteColumn
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.setColumnWidth(...) tables.setColumnWidth
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.distributeColumns(...) tables.distributeColumns
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.insertCell(...) tables.insertCell
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.deleteCell(...) tables.deleteCell
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.mergeCells(...) tables.mergeCells
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.unmergeCells(...) tables.unmergeCells
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.splitCell(...) tables.splitCell
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.setCellProperties(...) tables.setCellProperties
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.sort(...) tables.sort
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.setAltText(...) tables.setAltText
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.setStyle(...) tables.setStyle
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.clearStyle(...) tables.clearStyle
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.setStyleOption(...) tables.setStyleOption
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.setBorder(...) tables.setBorder
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.clearBorder(...) tables.clearBorder
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.applyBorderPreset(...) tables.applyBorderPreset
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.setShading(...) tables.setShading
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.clearShading(...) tables.clearShading
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.setTablePadding(...) tables.setTablePadding
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.setCellPadding(...) tables.setCellPadding
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.setCellSpacing(...) tables.setCellSpacing
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.clearCellSpacing(...) tables.clearCellSpacing
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.get(...) tables.get
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.getCells(...) tables.getCells
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.tables.getProperties(...) tables.getProperties
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.trackChanges.list(...) trackChanges.list
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.trackChanges.get(...) trackChanges.get
<span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}>editor.doc.trackChanges.decide(...) trackChanges.decide
{/* DOC_API_OPERATIONS_END */}