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