public static enum CPDFBackground.CPDFBackgroundAlign extends java.lang.Enum<CPDFBackground.CPDFBackgroundAlign>
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static CPDFBackground.CPDFBackgroundAlign |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPDFBackground.CPDFBackgroundAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPDFBackground.CPDFBackgroundAlign Left
public static final CPDFBackground.CPDFBackgroundAlign Right
public static final CPDFBackground.CPDFBackgroundAlign Top
public static final CPDFBackground.CPDFBackgroundAlign Bottom
public static final CPDFBackground.CPDFBackgroundAlign Center
public static CPDFBackground.CPDFBackgroundAlign[] values()
for (CPDFBackground.CPDFBackgroundAlign c : CPDFBackground.CPDFBackgroundAlign.values()) System.out.println(c);
public static CPDFBackground.CPDFBackgroundAlign 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 nullpublic int getId()