The type TCellHAlignment defines horizontal alignment of the text in a cell.
Value | Description |
---|---|
cahLeft | Text is left-justified: Lines all begin at the left edge of the cell. |
cahCenter | Text is centered in the cell. |
cahRight | Text is right-justified: Lines all end at the right edge of the cell. |
cahFilled | Text is left-justified and repeated so that the whole cell is filled with the text. If the text is longer than the cell, the text is cutted at the right cell edge. |
cahJustify | Text is justified to both edges of the cell. The last line of the text or lines that end with a line break are left-justified only. |