public class ColumnDef
extends java.lang.Object
| Constructor and Description |
|---|
ColumnDef() |
| Modifier and Type | Method and Description |
|---|---|
com.itextpdf.text.pdf.PdfPCell |
createContentPdfCell(PJsonObject params,
RenderingContext context,
int row,
int col,
int nbRows,
int nbCols,
TableConfig config) |
com.itextpdf.text.pdf.PdfPCell |
createHeaderPdfCell(PJsonObject params,
RenderingContext context,
int col,
int nbRows,
int nbCols,
TableConfig config) |
int |
getColumnWeight() |
boolean |
isVisible(RenderingContext context,
PJsonObject params) |
void |
setCell(Block cell) |
void |
setColumnWeight(int columnWeight) |
void |
setHeader(Block header) |
void |
validate() |
public void setHeader(Block header)
public void setCell(Block cell)
public com.itextpdf.text.pdf.PdfPCell createHeaderPdfCell(PJsonObject params, RenderingContext context, int col, int nbRows, int nbCols, TableConfig config) throws com.itextpdf.text.DocumentException
com.itextpdf.text.DocumentExceptionpublic com.itextpdf.text.pdf.PdfPCell createContentPdfCell(PJsonObject params, RenderingContext context, int row, int col, int nbRows, int nbCols, TableConfig config) throws com.itextpdf.text.DocumentException
com.itextpdf.text.DocumentExceptionpublic boolean isVisible(RenderingContext context, PJsonObject params)
public void validate()
public void setColumnWeight(int columnWeight)
public int getColumnWeight()