com.lowagie.text.pdf.events
public class PdfPTableEventForwarder extends Object implements PdfPTableEvent
Field Summary | |
---|---|
protected ArrayList | events ArrayList containing all the PageEvents that have to be executed. |
Method Summary | |
---|---|
void | addTableEvent(PdfPTableEvent event)
Add a page event to the forwarder. |
void | tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases) |
Parameters: event an event that has to be added to the forwarder.