public static enum SCellStyle.Alignment extends Enum<SCellStyle.Alignment>
Enum Constant and Description |
---|
CENTER |
CENTER_SELECTION |
FILL |
GENERAL |
JUSTIFY |
LEFT |
RIGHT |
Modifier and Type | Method and Description |
---|---|
static SCellStyle.Alignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCellStyle.Alignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SCellStyle.Alignment GENERAL
public static final SCellStyle.Alignment LEFT
public static final SCellStyle.Alignment CENTER
public static final SCellStyle.Alignment RIGHT
public static final SCellStyle.Alignment FILL
public static final SCellStyle.Alignment JUSTIFY
public static final SCellStyle.Alignment CENTER_SELECTION
public static SCellStyle.Alignment[] values()
for (SCellStyle.Alignment c : SCellStyle.Alignment.values()) System.out.println(c);
public static SCellStyle.Alignment 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 nullCopyright © 2020. All rights reserved.