2022.1

Table Of Contents
Alignment
l
Align Left: Aligns the currently selected element to the left.
l
Align Center: Aligns the currently selected element to the center.
l
Align Right: Aligns the currently selected element to the right.
l
Justify: Aligns the currently selected element to stretch text lines to fill all available
width.
Text editing
l
Bold: Makes the currently selected text bold.
l
Italic: Makes the currently selected text italic.
l
Underline: Makes the currently selected text underline.
l
Strikethrough: Makes the currently selected text strikethrough.
l
Create Numbered List: Makes the selected text element a numbered list (<ol>). If
multiple paragraphs are selected, each becomes a list item (<li class="Bullet">).
l
Create Bulleted List: Makes the selected text element a bullet list (<ul>). If multiple
paragraphs are selected, each becomes a list item (<li class="Bullet">).
l
Indent: Increases indentation of the selected text element. If the element is a
paragraph, it is wrapped in a <blockquote> element. If it is a list item, it is moved to a child
level, creating a new list if necessary.
l
Outdent: Decreases indentation of the selected text element. If the element is
wrapped in a blockquote element, one blockquote is removed. If the element is a list item,
it is removed from one surrounding list.
l
Superscript: Makes the currently selected text a
superscript
.
l
Subscript: Makes the currently selected text a
subscript
.
l
Remove Formatting: Remove any and all styles, text decorations and other
formatting from the selected text. Indentation is not affected.
Page 1148