2019.1

Table Of Contents
l
Insert Row Above: Inserts a row above the current one. The row configuration, such
as merged cells and cell styles, is duplicated, but contents is not.
l
Insert Row Below: Inserts a row below the current one. The row configuration, such as
merged cells and cell styles, is duplicated, but contents is not.
l
Insert Column Before: Inserts a column to the left of the current one. The column
configuration, such as merged cells and cell styles, is duplicated, but contents is not.
l
Insert Column After: Inserts a column to the right of the current one. The column
configuration, such as merged cells and cell styles, is duplicated, but contents is not.
l
Common Elements:
l
Paragraph...: Opens a dialog to add a <p> element; see "Text and special
characters" on page264.
l
H1 through H6...: Opens a dialog to add a <h1> to <h6> element; see "Text and
special characters" on page264.
l
Address...: Opens a dialog to add an <address> element.
l
Preformatted...: Opens a dialog to add a <pre> element.
l
Structural Elements:
l
Div...: Opens a dialog to add a <div> element; see "Boxes" on page237
l
Span...:Opens a dialog to add a <span> element; see "Boxes" on page237
l
Article...:Opens a dialog to add an <article> element
l
Section...:Opens a dialog to add a <section> element (the HTML element, not a
section in a context).
l
Header...:Opens a dialog to add a <header> element.
l
Footer...:Opens a dialog to add a <footer> element.
l
Nav...:Opens a dialog to add a <nav> element.
l
Aside...:Opens a dialog to add an <aside> element.
Note
Article, Section, Header, Footer, Nav and Aside are HTML5 semantic
elements; see https://www.w3schools.com/html/html5_semantic_
Page 513