Sets the horizontal (line) alignment for the content of the associated element
For tables, alignment on a particular character requires that three attributes be set in the document:
| Value | Meaning |
|---|---|
| center | The text will be centered within the Table Entry. |
| char | The text will be aligned relative to a specified character; the character to be used is the value of the @char attribute. |
| justify | The text will be aligned quad left and right. |
| left | The text will be aligned flush left. |
| right | The text will be aligned flush right. |
| Restriction: This attribute may be specified if the element is used. | |