com.itextpdf.tool.xml.html.table
Class TableBorderEvent

java.lang.Object
  extended by com.itextpdf.tool.xml.html.table.TableBorderEvent
All Implemented Interfaces:
PdfPTableEvent

public class TableBorderEvent
extends Object
implements PdfPTableEvent

Author:
Emiel Ackermann

Constructor Summary
TableBorderEvent(TableStyleValues styleValues)
          Construct a new TableBorderEvent with the given TableStyleValues.
 
Method Summary
 TableStyleValues getTableStyleValues()
          Returns the used TableStyleValues
 void tableLayout(PdfPTable table, float[][] width, float[] height, int headerRows, int rowStart, PdfContentByte[] canvas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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[])
Method Detail

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 © 2015. All Rights Reserved.