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