public static enum IExcelCellStyle.HorizontalAlignment extends Enum<IExcelCellStyle.HorizontalAlignment>
| Modifier and Type | Method and Description | 
|---|---|
short | 
hAlign()  | 
static IExcelCellStyle.HorizontalAlignment | 
valueOf(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(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 hAlign()