DXFontStyle Class
Enumerates font style values.
Declaration
public final class DXFontStyle extends IntEnum<DXFontStyle>
Inherited Members
Inheritance
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 |
_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 |
_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 |
_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 |
_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 |
BOLD Field
Bold font style.
Declaration
public static final DXFontStyle BOLD
Field Value
| Type | Description |
|---|---|
DXFontStyle |
The |
ITALIC Field
Italic font style.
Declaration
public static final DXFontStyle ITALIC
Field Value
| Type | Description |
|---|---|
DXFontStyle |
The |
REGULAR Field
Regular font style.
Declaration
public static final DXFontStyle REGULAR
Field Value
| Type | Description |
|---|---|
DXFontStyle |
The |
STRIKEOUT Field
Strikeout font style.
Declaration
public static final DXFontStyle STRIKEOUT
Field Value
| Type | Description |
|---|---|
DXFontStyle |
The |
UNDERLINE Field
Underline font style.
Declaration
public static final DXFontStyle UNDERLINE
Field Value
| Type | Description |
|---|---|
DXFontStyle |
The |
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 |