public static enum CPDFBorderStyle.Style extends java.lang.Enum<CPDFBorderStyle.Style>
Enum Constant and Description |
---|
Border_Beveled |
Border_Dashed
Dashed border
|
Border_Inset
Not currently supported
|
Border_Solid
Solid border
|
Border_Underline
Not currently supported
|
Border_UNKNOWN |
Modifier and Type | Field and Description |
---|---|
int |
id |
Modifier and Type | Method and Description |
---|---|
static CPDFBorderStyle.Style |
valueOf(int id) |
static CPDFBorderStyle.Style |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPDFBorderStyle.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPDFBorderStyle.Style Border_UNKNOWN
public static final CPDFBorderStyle.Style Border_Solid
public static final CPDFBorderStyle.Style Border_Dashed
public static final CPDFBorderStyle.Style Border_Beveled
public static final CPDFBorderStyle.Style Border_Inset
public static final CPDFBorderStyle.Style Border_Underline
public static CPDFBorderStyle.Style[] values()
for (CPDFBorderStyle.Style c : CPDFBorderStyle.Style.values()) System.out.println(c);
public static CPDFBorderStyle.Style 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 static CPDFBorderStyle.Style valueOf(int id)