public enum HorizontalAlignmentEnum extends Enum<HorizontalAlignmentEnum>
Modifier and Type | Method and Description |
---|---|
static int |
getSWTStyle(IStyle cellStyle) |
static HorizontalAlignmentEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HorizontalAlignmentEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HorizontalAlignmentEnum LEFT
public static final HorizontalAlignmentEnum CENTER
public static final HorizontalAlignmentEnum RIGHT
public static HorizontalAlignmentEnum[] values()
for (HorizontalAlignmentEnum c : HorizontalAlignmentEnum.values()) System.out.println(c);
public static HorizontalAlignmentEnum 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 static int getSWTStyle(IStyle cellStyle)
Copyright © 2013. All Rights Reserved.