|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PdfBorderStyle>
com.spire.pdf.fields.PdfBorderStyle
public enum PdfBorderStyle
Specifies the available styles for a field border.
Defaule value is Solid.
Enum Constant Summary | |
---|---|
Beveled
A simulated embossed rectangle that appears to be raised above the surface |
|
Dashed
A dashed rectangle surrounding the annotation. |
|
Inset
A simulated engraved rectangle that appears to be recessed below the surface of the page. |
|
Solid
A solid rectangle surrounding the annotation. |
|
Underline
A single line along the bottom of the annotation rectangle. |
Method Summary | |
---|---|
java.lang.String |
getName()
|
int |
getValue()
|
Enum Constant Detail |
---|
public static final PdfBorderStyle Solid
public static final PdfBorderStyle Dashed
public static final PdfBorderStyle Beveled
public static final PdfBorderStyle Inset
public static final PdfBorderStyle Underline
Method Detail |
---|
public java.lang.String getName()
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |