public static enum StyleTypeDefinitions.HorizontalAlignmentType extends Enum<StyleTypeDefinitions.HorizontalAlignmentType>
Enum Constant and Description |
---|
CENTER |
DEFAULT |
FILLED |
JUSTIFY |
LEFT |
RIGHT |
Modifier and Type | Method and Description |
---|---|
static StyleTypeDefinitions.HorizontalAlignmentType |
enumValueOf(String aValue) |
String |
getAlignmentString() |
String |
toString() |
static StyleTypeDefinitions.HorizontalAlignmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.HorizontalAlignmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleTypeDefinitions.HorizontalAlignmentType DEFAULT
public static final StyleTypeDefinitions.HorizontalAlignmentType LEFT
public static final StyleTypeDefinitions.HorizontalAlignmentType RIGHT
public static final StyleTypeDefinitions.HorizontalAlignmentType CENTER
public static final StyleTypeDefinitions.HorizontalAlignmentType JUSTIFY
public static final StyleTypeDefinitions.HorizontalAlignmentType FILLED
public static StyleTypeDefinitions.HorizontalAlignmentType[] values()
for (StyleTypeDefinitions.HorizontalAlignmentType c : StyleTypeDefinitions.HorizontalAlignmentType.values()) System.out.println(c);
public static StyleTypeDefinitions.HorizontalAlignmentType 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 StyleTypeDefinitions.HorizontalAlignmentType enumValueOf(String aValue)
public String toString()
toString
in class Enum<StyleTypeDefinitions.HorizontalAlignmentType>
public String getAlignmentString()
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.