pdfborderstyle-ag凯发旗舰厅
com.spire.pdf.fields
enum pdfborderstyle
java.lang.object
java.lang.enum<pdfborderstyle>
com.spire.pdf.fields.pdfborderstyle
- all implemented interfaces:
- java.lang.comparable<pdfborderstyle>
public enum pdfborderstyle
- extends java.lang.enum<pdfborderstyle>
specifies the available styles for a field border.
- see also:
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. |
solid
public static final pdfborderstyle solid
- a solid rectangle surrounding the annotation.
dashed
public static final pdfborderstyle dashed
- a dashed rectangle surrounding the annotation.
beveled
public static final pdfborderstyle beveled
- a simulated embossed rectangle that appears to be raised above the surface
inset
public static final pdfborderstyle inset
- a simulated engraved rectangle that appears to be recessed below the surface
of the page.
underline
public static final pdfborderstyle underline
- a single line along the bottom of the annotation rectangle.
getname
public java.lang.string getname()
getvalue
public int getvalue()