2018.1

Table Of Contents
l
Whitespace: Specify how the text wraps. See CSS White-Space for details. This is
equivalent to the white-space property in CSS.
l The style of the text. Check any option to apply the selected style to text within the
element. This list shows the CSS property and value for each of the options:
l
Bold: Sets the font-weight to 700.
l
Italic: Sets the font-style to italic.
l
Underline: Sets the text-decoration to underline.
l
Strikethrough: Sets the text-decoration to line-through.
l
Subscript: Sets the vertical-align to super.
l
Superscript: Sets the vertical-align to sub.
l
Capitalize: Sets the text-transform to capitalize.
l
Uppercase: Sets thetext-transform to uppercase.
l
Lowercase: Sets thetext-transform to lowercase.
l
Small-caps: Sets the font-variant to small-caps.
Note
All settings in the Text Formatting dialog are in fact CSS style rules. When you change
one or more settings, the selected text gets wrapped in a Span element that has an inline
style tag containing the selected setting(s). Click the Advanced button to add CSS
properties and values to the inline style tag of the Span directly. For more information
about CSS, see "Styling and formatting" on page614.
Formatting a paragraph
Through the Paragraph Formatting dialog you can set the line height and first indent, among
other things. It also lets you add spacing and a border; see "Spacing" on page655 and
"Border" on page644.
To open the Paragraph Formatting dialog, select a paragraph (see: "Selecting an element" on
page526) or place the cursor in a paragraph, and then select Format > Text.
On the Formats tab you can set:
Page 627