alignment. This attribute provides the default alignment setting for the table
group (which is the horizontal position of the text within the column) and applies
to
all entries in the table group that do not have an alignment specified by their own
align attribute, or in their parent table element <row>. The attribute can have one
of the following values:
- "left" - the text is left justified (quad flush
left)
- "right" - the text is right justified (quad flush right)
- "center" -
the text is center justified (text is centered around the middle of the column)
-
"justify" - the text is justified (both quad left and right)
- "char" - text is
aligned to the leftmost occurrence of the value of the attribute char value. When
the
attribute align is set to "char", attributes char and charoff must be used. The
attribute char is the single character that is used to align the text. The most common
use is to align on a decimal separator [.] for decimal alignment of a column of
numbers