The type TCellVAlignment defines vertical alignment of the text in a cell.
Value | Description |
---|---|
cavTop | Text is aligned to the upper edge of the cell. |
cavCenter | Text is vertically centered in the cell. |
cavBottom | Text is aligned to the bottom edge of the cell. |
cavJustify | Text is vertically justified to both edges of the cell. |
cavDistributed | All lines are evenly distributed over the whole cell height. In most cases, cavDistributed has the same effect like cavJustify. |