com.lowagie.text.pdf
Interface PdfPCellEvent


public interface PdfPCellEvent

An event called for a single cell.

Author:
Paulo Soares (psoares@consiste.pt)

Method Summary
 void cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
          This method is called at the end of the cell rendering.
 

Method Detail

cellLayout

public void cellLayout(PdfPCell cell,
                       Rectangle position,
                       PdfContentByte[] canvases)
This method is called at the end of the cell rendering. The text or graphics are added to one of the 4 PdfContentByte contained in canvases.
The indexes to canvases are:

The layers are placed in sequence on top of each other.

Parameters:
cell - the cell
position - the coordinates of the cell
canvases - an array of PdfContentByte