public static enum Font.Offset extends Enum<Font.Offset> implements PoiValue<Short>
| Enum Constant and Description |
|---|
NONE
None offset.
|
SUB
Sub offset.
|
SUPER
Super offset.
|
| Modifier and Type | Method and Description |
|---|---|
Short |
getPoiValue()
Gets poi value.
|
static Font.Offset |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Font.Offset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Font.Offset NONE
public static final Font.Offset SUPER
public static final Font.Offset SUB
public static Font.Offset[] values()
for (Font.Offset c : Font.Offset.values()) System.out.println(c);
public static Font.Offset 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.