public enum TextAlignLast extends java.lang.Enum<TextAlignLast>
Enum Constant and Description |
---|
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".
|
RELATIVE
If text-align is "justify", then the alignment of the last line, and of
any line ending in U+000A, will be "start".
|
START
The content is to be aligned on the start-edge in the IP direction.
|
Modifier and Type | Method and Description |
---|---|
TextAlign |
getRelatedTextAlign()
Returns the related
TextAlign instance. |
static TextAlignLast |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextAlignLast[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextAlignLast RELATIVE
public static final TextAlignLast START
public static final TextAlignLast CENTER
public static final TextAlignLast END
public static final TextAlignLast JUSTIFY
public static final TextAlignLast INSIDE
public static final TextAlignLast OUTSIDE
public static TextAlignLast[] values()
for (TextAlignLast c : TextAlignLast.values()) System.out.println(c);
public static TextAlignLast 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 namejava.lang.NullPointerException
- if the argument is nullThis documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.