public static enum IPDFTextCellStyle.VerticalAlignment extends Enum<IPDFTextCellStyle.VerticalAlignment>
Modifier and Type | Method and Description |
---|---|
int |
vAlign() |
static IPDFTextCellStyle.VerticalAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPDFTextCellStyle.VerticalAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPDFTextCellStyle.VerticalAlignment MIDDLE
public static final IPDFTextCellStyle.VerticalAlignment TOP
public static final IPDFTextCellStyle.VerticalAlignment BOTTOM
public static IPDFTextCellStyle.VerticalAlignment[] values()
for (IPDFTextCellStyle.VerticalAlignment c : IPDFTextCellStyle.VerticalAlignment.values()) System.out.println(c);
public static IPDFTextCellStyle.VerticalAlignment 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 int vAlign()