Table-Editing Toolbar
The following table lists the buttons included in the Table-Editing toolbar:
Button |
Button Name |
Description |
|
Insert Table |
Inserts a one-row, one-column table at the current caret position. Use the Table-Editing toolbar to add additional columns, rows, and cells. |
|
Edit Table |
Opens the Edit Table dialog box allowing users to edit rows, columns, table width and height, border thickness, cell padding, cell spacing and enter CSS text to apply a style to inspected DOM elements. |
|
Insert Column |
Inserts a column in a table. This formatting only applies if the table was added. |
|
Insert Row |
Inserts a row in a table. This formatting only applies if the table was added. |
|
Insert Cell |
Inserts a cell in a table. This formatting only applies if the table was added. |
|
Split Cell |
Splits a cell into two cells in a table. This formatting only applies if the table was added. |
|
Delete Row |
Deletes the row at the current caret position. This formatting only applies if a row was previously added. |
|
Delete Column |
Deletes the column at the current caret position. This formatting only applies if a column was previously added. |
|
Delete Cell |
Deletes the cell at the current caret position. This formatting only applies if a cell was previously added. |
|