com.spire.pdf.fields
Enum PdfBorderStyle

java.lang.Object
  extended by java.lang.Enum<PdfBorderStyle>
      extended by 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.
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

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.

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()