Skip to main content

DXFontStyle Class

Enumerates font style values.

Declaration

public final class DXFontStyle extends IntEnum<DXFontStyle>

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
DXFontStyle

Fields

_BOLD Field

The integer value of the BOLD constant.

Declaration

public static final int _BOLD

Field Value

Type Description
int

The integer value of the BOLD constant.

_ITALIC Field

The integer value of the ITALIC constant.

Declaration

public static final int _ITALIC

Field Value

Type Description
int

The integer value of the ITALIC constant.

_REGULAR Field

The integer value of the REGULAR constant.

Declaration

public static final int _REGULAR

Field Value

Type Description
int

The integer value of the REGULAR constant.

_STRIKEOUT Field

The integer value of the STRIKEOUT constant.

Declaration

public static final int _STRIKEOUT

Field Value

Type Description
int

The integer value of the STRIKEOUT constant.

_UNDERLINE Field

The integer value of the UNDERLINE constant.

Declaration

public static final int _UNDERLINE

Field Value

Type Description
int

The integer value of the UNDERLINE constant.

BOLD Field

Bold font style.

Declaration

public static final DXFontStyle BOLD

Field Value

Type Description
DXFontStyle

The BOLD constant.

ITALIC Field

Italic font style.

Declaration

public static final DXFontStyle ITALIC

Field Value

Type Description
DXFontStyle

The ITALIC constant.

REGULAR Field

Regular font style.

Declaration

public static final DXFontStyle REGULAR

Field Value

Type Description
DXFontStyle

The REGULAR constant.

STRIKEOUT Field

Strikeout font style.

Declaration

public static final DXFontStyle STRIKEOUT

Field Value

Type Description
DXFontStyle

The STRIKEOUT constant.

UNDERLINE Field

Underline font style.

Declaration

public static final DXFontStyle UNDERLINE

Field Value

Type Description
DXFontStyle

The UNDERLINE constant.

Methods

fromValue(int value) Method

Returns the enum constant with the specified value.

Declaration

public static DXFontStyle fromValue(int value)

Parameters

Name Type Description
value int

The constant value.

Returns

Type Description
DXFontStyle

The enum constant with the specified value.

values() Method

Returns all enum constants.

Declaration

public static DXFontStyle[] values()

Returns

Type Description
DXFontStyle[]

An array of DXFontStyle enum constants.