public static enum SpreadsheetWriter.Style.HAlign extends java.lang.Enum<SpreadsheetWriter.Style.HAlign>
Modifier and Type | Method and Description |
---|---|
static SpreadsheetWriter.Style.HAlign |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpreadsheetWriter.Style.HAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpreadsheetWriter.Style.HAlign DEFAULT
public static final SpreadsheetWriter.Style.HAlign LEFT
public static final SpreadsheetWriter.Style.HAlign CENTER
public static final SpreadsheetWriter.Style.HAlign RIGHT
public static final SpreadsheetWriter.Style.HAlign FILL
public static SpreadsheetWriter.Style.HAlign[] values()
for (SpreadsheetWriter.Style.HAlign c : SpreadsheetWriter.Style.HAlign.values()) System.out.println(c);
public static SpreadsheetWriter.Style.HAlign 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 nullCopyright ? Technia AB. All Rights Reserved.