|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PDFBorderStyle.Style>
org.foray.pdf.object.PDFBorderStyle.Style
public static enum PDFBorderStyle.Style
Enumeration of the possible BorderStyle style values.
| Enum Constant Summary | |
|---|---|
BEVELED
A simulated embossed rectangle that appears to be raised above the surface of the page. |
|
DASHED
A dashed rectangle. |
|
INSET
A simulated engraved rectangle that appears to be recessed below the surface of the page. |
|
SOLID
A solid rectangle. |
|
UNDERLINE
A single line along the bottom of the rectangle. |
|
| Method Summary | |
|---|---|
String |
getPdfName()
Returns the value to write into the PDF file to designate this style. |
static PDFBorderStyle.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PDFBorderStyle.Style[] |
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 PDFBorderStyle.Style SOLID
public static final PDFBorderStyle.Style DASHED
public static final PDFBorderStyle.Style BEVELED
public static final PDFBorderStyle.Style INSET
public static final PDFBorderStyle.Style UNDERLINE
| Method Detail |
|---|
public static PDFBorderStyle.Style[] values()
for (PDFBorderStyle.Style c : PDFBorderStyle.Style.values()) System.out.println(c);
public static PDFBorderStyle.Style 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 String getPdfName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||