com.lowagie.text.pdf.events
public class PdfPCellEventForwarder extends Object implements PdfPCellEvent
Field Summary | |
---|---|
protected ArrayList | events ArrayList containing all the PageEvents that have to be executed. |
Method Summary | |
---|---|
void | addCellEvent(PdfPCellEvent event)
Add a page event to the forwarder. |
void | cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) |
Parameters: event an event that has to be added to the forwarder.