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