public static enum Style.AlignHorizontal extends Enum<Style.AlignHorizontal>
| Modifier and Type | Method and Description |
|---|---|
String |
styleName() |
static Style.AlignHorizontal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Style.AlignHorizontal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Style.AlignHorizontal Left
public static final Style.AlignHorizontal Center
public static final Style.AlignHorizontal Right
public static final Style.AlignHorizontal Justify
public static final Style.AlignHorizontal Auto
public static Style.AlignHorizontal[] values()
for (Style.AlignHorizontal c : Style.AlignHorizontal.values()) System.out.println(c);
public static Style.AlignHorizontal 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 styleName()
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.