com.itextpdf.tool.xml.html.table
Class TableBorderEvent
java.lang.Object
com.itextpdf.tool.xml.html.table.TableBorderEvent
- All Implemented Interfaces:
- PdfPTableEvent
public class TableBorderEvent
- extends Object
- implements PdfPTableEvent
- Author:
- Emiel Ackermann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableBorderEvent
public TableBorderEvent(TableStyleValues styleValues)
- Construct a new TableBorderEvent with the given TableStyleValues.
- Parameters:
styleValues
- the TableStyleValues- See Also:
PdfPTableEvent.tableLayout(com.itextpdf.text.pdf.PdfPTable,
float[][], float[], int, int,
com.itextpdf.text.pdf.PdfContentByte[])
tableLayout
public void tableLayout(PdfPTable table,
float[][] width,
float[] height,
int headerRows,
int rowStart,
PdfContentByte[] canvas)
- Specified by:
tableLayout
in interface PdfPTableEvent
getTableStyleValues
public TableStyleValues getTableStyleValues()
- Returns the used TableStyleValues
- Returns:
- TableStyleValues
Copyright © 2012. All Rights Reserved.