DXStringFormatFlags Class
Enumerates string format flags.
Declaration
public final class DXStringFormatFlags extends IntEnum<DXStringFormatFlags>
Inherited Members
Inheritance
Fields
_DIRECTION_RIGHT_TO_LEFT Field
The integer value of the _DIRECTION_RIGHT_TO_LEFT constant.
Declaration
public static final int _DIRECTION_RIGHT_TO_LEFT
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
_DIRECTION_VERTICAL Field
The integer value of the _DIRECTION_VERTICAL constant.
Declaration
public static final int _DIRECTION_VERTICAL
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
_DISPLAY_FORMAT_CONTROL Field
The integer value of the _DISPLAY_FORMAT_CONTROL constant.
Declaration
public static final int _DISPLAY_FORMAT_CONTROL
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
_FIT_BLACK_BOX Field
The integer value of the _FIT_BLACK_BOX constant.
Declaration
public static final int _FIT_BLACK_BOX
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
_LINE_LIMIT Field
The integer value of the _LINE_LIMIT constant.
Declaration
public static final int _LINE_LIMIT
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
_MEASURE_TRAILING_SPACES Field
The integer value of the _MEASURE_TRAILING_SPACES constant.
Declaration
public static final int _MEASURE_TRAILING_SPACES
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
_NO_CLIP Field
The integer value of the _NO_CLIP constant.
Declaration
public static final int _NO_CLIP
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
_NO_FONT_FALLBACK Field
The integer value of the _NO_FONT_FALLBACK constant.
Declaration
public static final int _NO_FONT_FALLBACK
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
_NO_WRAP Field
The integer value of the _NO_WRAP constant.
Declaration
public static final int _NO_WRAP
Field Value
| Type | Description |
|---|---|
| int | The integer value of the |
DIRECTION_RIGHT_TO_LEFT Field
Right-to-left text direction.
Declaration
public static final DXStringFormatFlags DIRECTION_RIGHT_TO_LEFT
Field Value
| Type | Description |
|---|---|
DXStringFormatFlags |
The |
DIRECTION_VERTICAL Field
Vertical text direction.
Declaration
public static final DXStringFormatFlags DIRECTION_VERTICAL
Field Value
| Type | Description |
|---|---|
DXStringFormatFlags |
The |
DISPLAY_FORMAT_CONTROL Field
Display format control characters.
Declaration
public static final DXStringFormatFlags DISPLAY_FORMAT_CONTROL
Field Value
| Type | Description |
|---|---|
DXStringFormatFlags |
The |
FIT_BLACK_BOX Field
Fit black box bounds.
Declaration
public static final DXStringFormatFlags FIT_BLACK_BOX
Field Value
| Type | Description |
|---|---|
DXStringFormatFlags |
The |
LINE_LIMIT Field
Limit text to whole lines.
Declaration
public static final DXStringFormatFlags LINE_LIMIT
Field Value
| Type | Description |
|---|---|
DXStringFormatFlags |
The |
MEASURE_TRAILING_SPACES Field
Measure trailing spaces.
Declaration
public static final DXStringFormatFlags MEASURE_TRAILING_SPACES
Field Value
| Type | Description |
|---|---|
DXStringFormatFlags |
The |
NO_CLIP Field
Disable clipping.
Declaration
public static final DXStringFormatFlags NO_CLIP
Field Value
| Type | Description |
|---|---|
DXStringFormatFlags |
The |
NO_FONT_FALLBACK Field
Disable font fallback.
Declaration
public static final DXStringFormatFlags NO_FONT_FALLBACK
Field Value
| Type | Description |
|---|---|
DXStringFormatFlags |
The |
NO_WRAP Field
Disable text wrapping.
Declaration
public static final DXStringFormatFlags NO_WRAP
Field Value
| Type | Description |
|---|---|
DXStringFormatFlags |
The |
Methods
fromValue(int value) Method
Returns the string format flags for the specified integer value.
Declaration
public static DXStringFormatFlags fromValue(int value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | int | The integer value. |
Returns
| Type | Description |
|---|---|
DXStringFormatFlags |
The matching string format flags. |
values() Method
Returns an array of all string format flags.
Declaration
public static DXStringFormatFlags[] values()
Returns
| Type | Description |
|---|---|
| DXStringFormatFlags[] | An array of all string format flags. |