| 
 | |||||||||
| 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 | |
|---|---|
| BeveledA simulated embossed rectangle that appears to be raised above the surface | |
| DashedA dashed rectangle surrounding the annotation. | |
| InsetA simulated engraved rectangle that appears to be recessed below the surface of the page. | |
| SolidA solid rectangle surrounding the annotation. | |
| UnderlineA 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 | ||||||||