Part of the text to truncate, if the text does not fit in the available space. More...
Public Member Functions | |
TruncationDirection (int value) | |
Constructs a TruncationDirection of an integer value. More... | |
TruncationDirection (TruncationDirection enum_) | |
Constructs a copy of a TruncationDirection object. More... | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static TruncationDirection | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. More... | |
static TruncationDirection | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
Center =(1) | |
Truncate the middle part of the text. | |
Leading =(2) | |
Truncate the beginning part of the text. | |
Trailing =(0) | |
Truncate the end part of the text. | |
Part of the text to truncate, if the text does not fit in the available space.
TruncationDirection | ( | int | value | ) |
Constructs a TruncationDirection of an integer value.
value | Integer value to convert to enumeration constant. |
TruncationDirection | ( | TruncationDirection | enum_ | ) |
Constructs a copy of a TruncationDirection object.
enum_ | TruncationDirection to be copy constructed. |
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
swigValue | Integer value to convert to enumeration constant. |
final int swigValue | ( | ) |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |