2021.1

Table Of Contents
new color or to enter a color manually. The color value must be a valid HTML color
name or hexadecimal color code. This is equivalent to the CSS color property.
l Background Color: This is the background color of the text. Select a named font
color as defined in the Edit Colors dialog (see "Colors" on page770) or click the
colored square to create a new color or to manually enter a color value (a valid
HTML color name or hexadecimal color code). This is equivalent to the CSS
background-color property.
l Spacing group:
l Letter Spacing: Set the space between characters in a text in measure or
percentage. This is equivalent to the CSS letter-spacing property.
l Word Spacing: Set the space between each word in a text in measure or
percentage. This is equivalent to the CSS word-spacing property.
l Whitespace: Specify how to handle white spaces inside of an element. See CSS
White-Space for details. This is equivalent to the CSS white-space property.
l Style group: 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 font-style to italic.
l Underline: Sets text-decoration to underline.
l Strikethrough: Sets text-decoration to line-through.
l Subscript: Sets vertical-align to super.
l Superscript: Sets vertical-align to sub.
l Capitalize: Sets text-transform to capitalize.
l Uppercase: Sets text-transform to uppercase.
l Lowercase: Sets text-transform to lowercase.
l Small-caps: Sets font-variant to small-caps.
Formats Tab
l General group:
l Line-height: Specify the height of each line in the element's text, in measure or
percentage. Note that this is not spacing between lines, but rather the complete
height of the line itself including the text. Equivalent to the line-height property.
Page 1019