@Deprecated public abstract class PDFCellStyle extends Object implements IPDFCellStyle
| Modifier and Type | Field and Description |
|---|---|
protected Color |
backGroundColor
Deprecated.
|
protected Map<Common.BorderSide,Color> |
borderColors
Deprecated.
|
protected Map<Common.BorderSide,Float> |
borderTypes
Deprecated.
|
| Constructor and Description |
|---|
PDFCellStyle()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackGroundColor()
Deprecated.
|
abstract com.lowagie.text.pdf.PdfPCell |
getStyledCell(String content)
Deprecated.
|
void |
setBackGroundColor(Color backGroundColor)
Deprecated.
|
void |
setBorderColor(Common.BorderSide borderType,
Color color)
Deprecated.
|
protected void |
setBorders(com.lowagie.text.pdf.PdfPCell pdfCell)
Deprecated.
|
void |
setBorderWidth(Common.BorderSide borderType,
float width)
Deprecated.
|
protected Map<Common.BorderSide,Color> borderColors
protected Map<Common.BorderSide,Float> borderTypes
protected Color backGroundColor
public void setBorderColor(Common.BorderSide borderType, Color color)
setBorderColor in interface IPDFCellStyleborderType - the borderside to setcolor - the color to setpublic void setBorderWidth(Common.BorderSide borderType, float width)
setBorderWidth in interface IPDFCellStyleborderType - the borderside to setwidth - the width to setpublic Color getBackGroundColor()
public void setBackGroundColor(Color backGroundColor)
setBackGroundColor in interface IPDFCellStylebackGroundColor - the backGroundColor to setpublic abstract com.lowagie.text.pdf.PdfPCell getStyledCell(String content)
protected void setBorders(com.lowagie.text.pdf.PdfPCell pdfCell)