Field Summary |
|
final public static TextAlign | CENTER Centers the text. |
final public static TextAlign | JUSTIFY f the computed value of text-align is 'justify' while the computed value of white-space is 'pre' or 'pre-line',
the actual value of text-align is set to the initial value. |
final public static TextAlign | LEFT Aligns the text to the left. |
final public static TextAlign | RIGHT |