|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LineAlignmentEnum>
org.pdfclown.documents.contents.composition.LineAlignmentEnum
public enum LineAlignmentEnum
Line alignment.
Enum Constant Summary | |
---|---|
BaseLine
Aligns the baseline of the element with the baseline of the parent element. |
|
Bottom
The bottom of the element is aligned with the lowest element on the line. |
|
Middle
The element is placed in the middle of the parent element. |
|
Sub
Aligns the element as it was subscript. |
|
Super
Aligns the element as it was superscript. |
|
Top
The top of the element is aligned with the top of the tallest element on the line. |
Method Summary | |
---|---|
static LineAlignmentEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LineAlignmentEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 LineAlignmentEnum Top
public static final LineAlignmentEnum BaseLine
public static final LineAlignmentEnum Middle
public static final LineAlignmentEnum Bottom
public static final LineAlignmentEnum Super
public static final LineAlignmentEnum Sub
Method Detail |
---|
public static LineAlignmentEnum[] values()
for (LineAlignmentEnum c : LineAlignmentEnum.values()) System.out.println(c);
public static LineAlignmentEnum valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |