|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TextAlign>
org.axsl.common.value.TextAlign
public enum TextAlign
Enumeration of possible text-align values.
Enum Constant Summary | |
---|---|
CENTER
The content is to be centered in the IP direction. |
|
END
The content is to be aligned on the end-edge in the IP direction. |
|
INSIDE
If the page-binding edge is on the start-edge, the alignment is "start". |
|
JUSTIFY
The content is to be expanded to fill the available width in the IP direction. |
|
OUTSIDE
If the page-binding edge is on the start-edge, the alignment is "end". |
|
START
The content is to be aligned on the start-edge in the IP direction. |
|
STRING
The content will be aligned on specified string. |
Method Summary | |
---|---|
static TextAlign |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TextAlign[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TextAlign START
public static final TextAlign CENTER
public static final TextAlign END
public static final TextAlign JUSTIFY
public static final TextAlign INSIDE
public static final TextAlign OUTSIDE
public static final TextAlign STRING
Method Detail |
---|
public static final TextAlign[] values()
for(TextAlign c : TextAlign.values()) System.out.println(c);
public static TextAlign valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.