public enum AlignmentStyle extends Enum<AlignmentStyle>
| Modifier and Type | Method and Description |
|---|---|
Short |
getPoiStyle() |
static AlignmentStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlignmentStyle Left
public static final AlignmentStyle Centre
public static final AlignmentStyle Right
public static final AlignmentStyle Justify
public static AlignmentStyle[] values()
for (AlignmentStyle c : AlignmentStyle.values()) System.out.println(c);
public static AlignmentStyle 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 getPoiStyle()
Copyright © 2018. All Rights Reserved.