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