Horizontal alignment options for text layout. More...
Public Member Functions | |
| TextHorizontalAlignment (int mValue) | |
| TextHorizontalAlignment (TextHorizontalAlignment enum_) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
Static Public Member Functions | |
| static TextHorizontalAlignment | swigToEnum (int swigValue) |
| static TextHorizontalAlignment | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| TextHorizontalAlignmentCenter =(2) | |
| Text is centered horizontally. | |
| TextHorizontalAlignmentLeft =(0) | |
| Text is aligned to the left. | |
| TextHorizontalAlignmentRight =(1) | |
| Text is aligned to the right. | |
Horizontal alignment options for text layout.
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |