DocBook menu

Table editing commands fully support DocBook (CALS) tables.

Insert Column Before

Implicitly or explicitly selected element must be an entry or the descendant of an entry. Inserts a column before column containing specified cell.

A table cell is specified by implicitly or explicitly selecting the table cell or any of its descendants.

Insert Column After

Implicitly or explicitly selected element must be an entry or the descendant of an entry. Inserts a column after column containing specified cell.

Delete Column

Implicitly or explicitly selected element must be an entry or the descendant of an entry. Deletes column containing specified cell.

Insert Row Before

Implicitly or explicitly selected element must be an entry or the descendant of an entry. Inserts a row before row containing specified cell.

Rows editing commands are enabled, not only by implicitly or explicitly selecting a table cell or any of its descendants, but also by explicitly selecting a table row.

Insert Row After

Implicitly or explicitly selected element must be an entry or the descendant of an entry. Inserts a row before row containing specified cell.

Delete Row

Implicitly or explicitly selected element must be an entry or the descendant of an entry. Deletes row containing specified cell.

Increase Section Level

Requires one or several section, sect1, sect2, sect3, sect4 or sect5 elements to be explicitly selected. This command will increase the level of selected sections by giving them a new parent section.

Decrease Section Level

Requires one or several section, sect1, sect2, sect3, sect4 or sect5 elements to be explicitly selected. This command will decrease the level of selected sections by moving them out of their parent section.

Convert informal<element> to/from <element>

Converts an ``informal element'' to/from a ``formal element'' having a title.

This command currently works for informaltable/table, informalfigure/figure and informalexample/example.

Go to Opposite Link End

An element with an ID, IDREF or IDREFS attribute must be implicitly or explicitly selected. Scrolls to and selects opposite link end (if found). For example, will scroll to and select <section id="foo"> if the command has been invoked with <link linkend="foo"> selected.

Go to Next Link

An element with an IDREF or IDREFS attribute must be implicitly or explicitly selected. Scrolls to and selects next similar link (if found). For example, will scroll to and select following <callout arearefs="foo bar"> if the command has been invoked with <link linkend="foo"> selected.

Go to Previous Link

An element with an IDREF or IDREFS attribute must be implicitly or explicitly selected. Scrolls to and selects previous similar link (if found). For example, will scroll to and select preceding <link linkend="foo"> if the command has been invoked with <link linkend="foo"> selected.