| java.lang.Object com.lowagie.text.pdf.events.PdfPTableEventForwarder
PdfPTableEventForwarder | public class PdfPTableEventForwarder implements PdfPTableEvent(Code) | | If you want to add more than one page event to a PdfPTable,
you have to construct a PdfPTableEventForwarder, add the
different events to this object and add the forwarder to
the PdfWriter.
|
Field Summary | |
protected ArrayList | events ArrayList containing all the PageEvents that have to be executed. |
events | protected ArrayList events(Code) | | ArrayList containing all the PageEvents that have to be executed.
|
addTableEvent | public void addTableEvent(PdfPTableEvent event)(Code) | | Add a page event to the forwarder.
Parameters: event - an event that has to be added to the forwarder. |
|
|