com.spire.pdf.tables
Enum PdfBorderOverlapStyle
java.lang.Object
java.lang.Enum<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 |
Inside
Cell borders are drawns in the cell's interior. |
Overlap
Cell 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()