public enum HorizAlign extends Enum<HorizAlign>
Modifier and Type | Method and Description |
---|---|
String |
getFoCode() |
String |
getHtmlCode() |
static HorizAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HorizAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HorizAlign LEFT
public static final HorizAlign CENTER
public static final HorizAlign RIGHT
public static HorizAlign[] values()
for (HorizAlign c : HorizAlign.values()) System.out.println(c);
public static HorizAlign 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 getHtmlCode()
public String getFoCode()
Copyright © 2006–2015. All rights reserved.