pdfborderoverlapstyle-ag凯发旗舰厅



com.spire.pdf.tables
enum pdfborderoverlapstyle

java.lang.object
  extended by java.lang.enum<pdfborderoverlapstyle>
      extended by com.spire.pdf.tables.pdfborderoverlapstyle
all implemented interfaces:
java.lang.comparable<pdfborderoverlapstyle>

public enum pdfborderoverlapstyle
extends java.lang.enum<pdfborderoverlapstyle>

specifies values of the border overlap style.


enum constant summary
inside
          cell borders are drawns in the cell's interior.
overlap
          cell borders overlap (are drawn using the same coordinates).
 
method summary
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

overlap

public static final pdfborderoverlapstyle overlap
cell borders overlap (are drawn using the same coordinates).

inside

public static final pdfborderoverlapstyle inside
cell borders are drawns in the cell's interior.
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()


网站地图