Align
Type
String ('left', 'center' or 'right')
Since
1.2
Description
This property sets the text-alignment for the table-headers generated by this header-element. This property will not influence the alignment of the cells belonging to the header, use the Cell-Align property instead. The expression must return one of the following strings:
- left: left alignment
- center: center alignment
- right: right alignment
Examples
Align = "'left'"
Align = "'center'"
Align = "'right'"
See also
Cell Align
