| java.lang.Object com.lowagie.text.pdf.events.PdfPCellEventForwarder
PdfPCellEventForwarder | public class PdfPCellEventForwarder implements PdfPCellEvent(Code) | | If you want to add more than one event to a cell,
you have to construct a PdfPCellEventForwarder, add the
different events to this object and add the forwarder to
the PdfPCell.
|
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.
|
addCellEvent | public void addCellEvent(PdfPCellEvent event)(Code) | | Add a page event to the forwarder.
Parameters: event - an event that has to be added to the forwarder. |
|
|