1.1. HTML4 table editor command

Prerequisite in terms of selectionParameterDescription

A cell or an element having a cell ancestor must be implicitly or explicitly selected.

insertColumnBeforeInsert a column before column containing specified cell.
insertColumnAfterInsert a column after column containing specified cell.
cutColumnCut to the clipboard the column containing specified cell.
copyColumnCopy to the clipboard the column containing specified cell.
pasteColumnBeforePaste copied or cut column before column containing specified cell.
pasteColumnAfterPaste copied or cut column after column containing specified cell.
deleteColumnDelete the column containing specified cell.
sortRowsSort all the rows of the table according to the string values of the cells of the “selected column”. (The “selected column” is the column containing specified cell.)

A row must be explicitly selected.

OR a cell or an element having a cell ancestor must be implicitly or explicitly selected.

insertRowBefore

Insert a row before row containing specified cell.

insertRowAfterInsert a row before row containing specified cell.
cutRowCut to the clipboard the row containing specified cell.
copyRowCopy to the clipboard the row containing specified cell.
pasteRowBeforePaste copied or cut row before row containing specified cell.
pasteRowAfterPaste copied or cut row after row containing specified cell.
deleteRowDelete the row containing specified cell.

A cell or an element having a cell ancestor must be implicitly or explicitly selected.

incrColumnSpanIncrement the number of columns spanned by specified cell.
decrColumnSpanDecrement the number of columns spanned by specified cell.
incrRowSpanIncrement the number of rows spanned by specified cell.
decrRowSpanDecrement the number of rows spanned by specified cell.