public class TableBorderEvent extends Object implements PdfPTableEvent
Constructor and Description |
---|
TableBorderEvent(TableStyleValues styleValues)
Construct a new TableBorderEvent with the given TableStyleValues.
|
Modifier and Type | Method and Description |
---|---|
TableStyleValues |
getTableStyleValues()
Returns the used TableStyleValues
|
void |
tableLayout(PdfPTable table,
float[][] width,
float[] height,
int headerRows,
int rowStart,
PdfContentByte[] canvas) |
public TableBorderEvent(TableStyleValues styleValues)
styleValues
- the TableStyleValuesPdfPTableEvent.tableLayout(com.itextpdf.text.pdf.PdfPTable,
float[][], float[], int, int,
com.itextpdf.text.pdf.PdfContentByte[])
public void tableLayout(PdfPTable table, float[][] width, float[] height, int headerRows, int rowStart, PdfContentByte[] canvas)
tableLayout
in interface PdfPTableEvent
public TableStyleValues getTableStyleValues()
Copyright © 2017. All rights reserved.