public static enum TecExcel.AlignEnum extends Enum<TecExcel.AlignEnum>
| Enum Constant and Description |
|---|
CENTER
Center
|
LEFT
Left
|
RIGHT
Right
|
| Modifier and Type | Method and Description |
|---|---|
static TecExcel.AlignEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TecExcel.AlignEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TecExcel.AlignEnum LEFT
public static final TecExcel.AlignEnum CENTER
public static final TecExcel.AlignEnum RIGHT
public static TecExcel.AlignEnum[] values()
for (TecExcel.AlignEnum c : TecExcel.AlignEnum.values()) System.out.println(c);
public static TecExcel.AlignEnum 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 © 2019 Tecgraf/PUC-Rio. All rights reserved.