public static enum SCellStyle.VerticalAlignment extends Enum<SCellStyle.VerticalAlignment>
Modifier and Type | Method and Description |
---|---|
static SCellStyle.VerticalAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCellStyle.VerticalAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SCellStyle.VerticalAlignment TOP
public static final SCellStyle.VerticalAlignment CENTER
public static final SCellStyle.VerticalAlignment BOTTOM
public static final SCellStyle.VerticalAlignment JUSTIFY
public static SCellStyle.VerticalAlignment[] values()
for (SCellStyle.VerticalAlignment c : SCellStyle.VerticalAlignment.values()) System.out.println(c);
public static SCellStyle.VerticalAlignment 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.