|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Border.StyleEnum> org.pdfclown.documents.interaction.annotations.Border.StyleEnum
public static enum Border.StyleEnum
Border style [PDF:1.6:8.4.3].
Enum Constant Summary | |
---|---|
Beveled
Beveled. |
|
Dashed
Dashed. |
|
Inset
Inset. |
|
Solid
Solid. |
|
Underline
Underline. |
Method Summary | |
---|---|
static Border.StyleEnum |
get(PdfName value)
Gets the style corresponding to the given value. |
PdfName |
getCode()
|
static Border.StyleEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Border.StyleEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 Border.StyleEnum Solid
public static final Border.StyleEnum Dashed
Border.getPattern()
public static final Border.StyleEnum Beveled
public static final Border.StyleEnum Inset
public static final Border.StyleEnum Underline
Method Detail |
---|
public static Border.StyleEnum[] values()
for (Border.StyleEnum c : Border.StyleEnum.values()) System.out.println(c);
public static Border.StyleEnum valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static Border.StyleEnum get(PdfName value)
public PdfName getCode()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |