Table editing commands fully support DocBook (CALS) tables.
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.
Implicitly or explicitly selected element must be an entry
or the descendant of an entry
. Inserts a column after column containing specified cell.
Implicitly or explicitly selected element must be an entry
or the descendant of an entry
. Deletes column containing specified cell.
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.
Implicitly or explicitly selected element must be an entry
or the descendant of an entry
. Inserts a row before row containing specified cell.
Implicitly or explicitly selected element must be an entry
or the descendant of an entry
. Deletes row containing specified cell.
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.
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.
Converts an ``informal element'' to/from a ``formal element'' having a title.
This command currently works for informaltable
/table
, informalfigure
/figure
and informalexample
/example
.
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.
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.
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.