public enum StiFontStyle extends java.lang.Enum<StiFontStyle> implements IStiEnum
| Enum Constant and Description |
|---|
Bold |
Italic |
Regular |
Strikeout |
Underline |
| Modifier and Type | Field and Description |
|---|---|
int |
intValue |
| Modifier and Type | Method and Description |
|---|---|
static StiFontStyle |
forValue(int value) |
static StiEnumSet<StiFontStyle> |
forValueSet(int value) |
int |
getValue() |
static StiFontStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiFontStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiFontStyle Regular
public static final StiFontStyle Bold
public static final StiFontStyle Italic
public static final StiFontStyle Strikeout
public static final StiFontStyle Underline
public static StiFontStyle[] values()
for (StiFontStyle c : StiFontStyle.values()) System.out.println(c);
public static StiFontStyle valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic static StiFontStyle forValue(int value)
public static StiEnumSet<StiFontStyle> forValueSet(int value)
Copyright © 2020 Stimulsoft. All Rights Reserved.