Skip to main content

DXStringFormatFlags Class

Enumerates string format flags.

Declaration

public final class DXStringFormatFlags extends IntEnum<DXStringFormatFlags>

Inherited Members

com.devexpress.java.enums.IntEnum.clone()
com.devexpress.java.enums.IntEnum.equals(java.lang.Object)
com.devexpress.java.enums.IntEnum.getName()
com.devexpress.java.enums.IntEnum.getValue()
com.devexpress.java.enums.IntEnum.hasFlag(T)
com.devexpress.java.enums.IntEnum.hasFlag(int)
com.devexpress.java.enums.IntEnum.hashCode()
com.devexpress.java.enums.IntEnum.readResolve()
com.devexpress.java.enums.IntEnum.resolve(int)
com.devexpress.java.enums.IntEnum.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.java.enums.IntEnum
DXStringFormatFlags

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_RIGHT_TO_LEFT constant.

_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 _DIRECTION_VERTICAL constant.

_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 _DISPLAY_FORMAT_CONTROL constant.

_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 _FIT_BLACK_BOX constant.

_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 _LINE_LIMIT constant.

_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 _MEASURE_TRAILING_SPACES constant.

_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_CLIP constant.

_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_FONT_FALLBACK constant.

_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 _NO_WRAP constant.

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_RIGHT_TO_LEFT value.

DIRECTION_VERTICAL Field

Vertical text direction.

Declaration

public static final DXStringFormatFlags DIRECTION_VERTICAL

Field Value

Type Description
DXStringFormatFlags

The DIRECTION_VERTICAL value.

DISPLAY_FORMAT_CONTROL Field

Display format control characters.

Declaration

public static final DXStringFormatFlags DISPLAY_FORMAT_CONTROL

Field Value

Type Description
DXStringFormatFlags

The DISPLAY_FORMAT_CONTROL value.

FIT_BLACK_BOX Field

Fit black box bounds.

Declaration

public static final DXStringFormatFlags FIT_BLACK_BOX

Field Value

Type Description
DXStringFormatFlags

The FIT_BLACK_BOX value.

LINE_LIMIT Field

Limit text to whole lines.

Declaration

public static final DXStringFormatFlags LINE_LIMIT

Field Value

Type Description
DXStringFormatFlags

The LINE_LIMIT value.

MEASURE_TRAILING_SPACES Field

Measure trailing spaces.

Declaration

public static final DXStringFormatFlags MEASURE_TRAILING_SPACES

Field Value

Type Description
DXStringFormatFlags

The MEASURE_TRAILING_SPACES value.

NO_CLIP Field

Disable clipping.

Declaration

public static final DXStringFormatFlags NO_CLIP

Field Value

Type Description
DXStringFormatFlags

The NO_CLIP value.

NO_FONT_FALLBACK Field

Disable font fallback.

Declaration

public static final DXStringFormatFlags NO_FONT_FALLBACK

Field Value

Type Description
DXStringFormatFlags

The NO_FONT_FALLBACK value.

NO_WRAP Field

Disable text wrapping.

Declaration

public static final DXStringFormatFlags NO_WRAP

Field Value

Type Description
DXStringFormatFlags

The NO_WRAP value.

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.