|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VerticalAlignmentType>
com.arctorus.documents.VerticalAlignmentType
public enum VerticalAlignmentType
Defines how an element aligned vertically.
Enum Constant Summary | |
---|---|
BOTTOM
Element is aligned to the bottom. |
|
CENTER
Element is centered vertically. |
|
JUSTIFIED
Element is justified to both top and bottom. |
|
TOP
Element is aligned to the top. |
Method Summary | |
---|---|
java.lang.String |
toStringXlsxCells()
For internal use. |
static VerticalAlignmentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VerticalAlignmentType[] |
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 VerticalAlignmentType TOP
public static final VerticalAlignmentType CENTER
public static final VerticalAlignmentType BOTTOM
public static final VerticalAlignmentType JUSTIFIED
Method Detail |
---|
public static final VerticalAlignmentType[] values()
for(VerticalAlignmentType c : VerticalAlignmentType.values()) System.out.println(c);
public static VerticalAlignmentType 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 namepublic java.lang.String toStringXlsxCells()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |