com.itextpdf.text.pdf
Interface PdfPCellEvent

All Known Implementing Classes:
FieldPositioningEvents, PdfPCellEventForwarder

public interface PdfPCellEvent

An event called for a single cell.

Author:
Paulo Soares

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

Method Detail

cellLayout

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


Copyright © 2013. All Rights Reserved.