@Deprecated public interface IPDFCellStyle
| Modifier and Type | Method and Description |
|---|---|
void |
setBackGroundColor(Color backGroundColor)
Deprecated.
|
void |
setBorderColor(Common.BorderSide borderSide,
Color color)
Deprecated.
|
void |
setBorderWidth(Common.BorderSide borderSide,
float width)
Deprecated.
|
void setBorderColor(Common.BorderSide borderSide, Color color)
borderSide - the borderside to setcolor - the color to setvoid setBorderWidth(Common.BorderSide borderSide, float width)
borderSide - the borderside to setwidth - the width to setvoid setBackGroundColor(Color backGroundColor)
backGroundColor - the background color to set