com.spire.pdf.tables
Enum PdfBorderOverlapStyle
java.lang.Object
   java.lang.Enum<PdfBorderOverlapStyle>
java.lang.Enum<PdfBorderOverlapStyle>
       com.spire.pdf.tables.PdfBorderOverlapStyle
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 | 
| InsideCell borders are drawns in the cell's interior.
 | 
| OverlapCell borders overlap (are drawn using the same coordinates).
 | 
 
 
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.
 
 
getName
public java.lang.String getName()
- 
 
getValue
public int getValue()
-