1.8

Table Of Contents
Cell Tab
l
Width: Set the width of the table in measure or percentage. Equivalent to the CSS width
property.
l
Height: Set the height of the table in measure or percentage. Equivalent to the CSS
height property.
l
Vertical Align: Specify how text is vertically aligned in the cell: top, middle, bottom or
baseline. With the baseline value all the table data share the same baseline. Often this
has the same effect as the bottom value. However, if the fonts are in different sizes,
baseline looks better.
Type Tab
l
General group:
l
Font: Select the font used to display text, equivalent to the CSS font-family
property.
l
Size: Enter the size in measure, named size or percentage, equivalent to the CSS
font-size property.
l
Color: Select a named font color as defined in the Colors Editor, create a new color
or enter a color manually for text to be displayed. The color value must be a valid
HTML Color Name, or a valid HTML Hex Color. Equivalent to the CSS color
property.
l
Spacing group:
l
Letter Spacing: Set the space between characters in a textin measure or
percentage. Equivalent to the CSS letter-spacing property.
l
Word Spacing: Set the space between each word in a textin measure or
percentage. Equivalent to the CSS word-spacing property.
l
Whitespace: Specify how to handle white spaces inside of an element. Equivalent
to the CSS white-space property. See CSS White-Space for details.
l
Style group: Check any option to apply the selected style to text within the element:
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.
Page 736