Skip to content
Version 2.11.0
↓ Get the launcher

TextAlign enumeration

Horizontal text alignment within the text’s cell. Default Left; Right is used for numeric table columns (so magnitudes line up against the right edge of a fixed-width CellElement).

public enum TextAlign
name value description
Left 0 Align text to the left of the cell.
Center 1 Centre text horizontally in the cell.
Right 2 Align text to the right of the cell (use for numeric columns).