public class CellConfig extends BorderConfig
borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop| Constructor and Description |
|---|
CellConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
apply(com.itextpdf.text.pdf.PdfPCell cell,
RenderingContext context,
PJsonObject params) |
com.itextpdf.text.BaseColor |
getBackgroundColorVal(RenderingContext context,
PJsonObject params) |
void |
setAlign(HorizontalAlign align) |
void |
setBackgroundColor(java.lang.String backgroundColor) |
void |
setPadding(double padding) |
void |
setPaddingBottom(double paddingBottom) |
void |
setPaddingLeft(double paddingLeft) |
void |
setPaddingRight(double paddingRight) |
void |
setPaddingTop(double paddingTop) |
void |
setVertAlign(VerticalAlign vertAlign) |
getBorderColorBottomVal, getBorderColorLeftVal, getBorderColorRightVal, getBorderColorTopVal, setBorderColor, setBorderColorBottom, setBorderColorLeft, setBorderColorRight, setBorderColorTop, setBorderWidth, setBorderWidthBottom, setBorderWidthLeft, setBorderWidthRight, setBorderWidthTop, validateprotected void apply(com.itextpdf.text.pdf.PdfPCell cell,
RenderingContext context,
PJsonObject params)
public void setPadding(double padding)
public void setPaddingLeft(double paddingLeft)
public void setPaddingRight(double paddingRight)
public void setPaddingTop(double paddingTop)
public void setPaddingBottom(double paddingBottom)
public void setBackgroundColor(java.lang.String backgroundColor)
public com.itextpdf.text.BaseColor getBackgroundColorVal(RenderingContext context, PJsonObject params)
public void setAlign(HorizontalAlign align)
public void setVertAlign(VerticalAlign vertAlign)