public static enum Font.BoldWeight extends Enum<Font.BoldWeight> implements PoiValue<Short>
| Enum Constant and Description |
|---|
BOLD
Bold bold weight.
|
NORMAL
Normal bold weight.
|
| Modifier and Type | Method and Description |
|---|---|
Short |
getPoiValue()
Gets poi value.
|
static Font.BoldWeight |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Font.BoldWeight[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Font.BoldWeight NORMAL
public static final Font.BoldWeight BOLD
public static Font.BoldWeight[] values()
for (Font.BoldWeight c : Font.BoldWeight.values()) System.out.println(c);
public static Font.BoldWeight valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Short getPoiValue()
PoiValuegetPoiValue in interface PoiValue<Short>Copyright © 2018. All rights reserved.