The alignmentEnum element is a part of the tableHeader element. It defines the alignment of table cell content (right, left, or center).
Element Structure
The alignmentEnum element structure is as follows:
<xs:simpleType name="align"> <xs:restriction base="xs:string"> <xs:enumeration value="left" /> <xs:enumeration value="right" /> <xs:enumeration value="center" /> </xs:restriction> </xs:simpleType> |
Sub-elements
The alignmentEnum element contains the following sub-elements:
Name |
Data Type |
Comment |
---|---|---|
align |
string |
•left: Align to the left. •right: Align to the right. •center: Align in the middle. |