public interface PdfPCellEvent
Modifier and Type | Method and Description |
---|---|
void |
cellLayout(PdfPCell cell,
Rectangle position,
PdfContentByte[] canvases)
This method is called at the end of the cell rendering.
|
void cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
PdfContentByte
contained in
canvases
.canvases
are:
PdfPTable.BASECANVAS
- the original PdfContentByte
. Anything placed here
will be under the cell.
PdfPTable.BACKGROUNDCANVAS
- the layer where the background goes to.
PdfPTable.LINECANVAS
- the layer where the lines go to.
PdfPTable.TEXTCANVAS
- the layer where the text go to. Anything placed here
will be over the cell.
cell
- the cellposition
- the coordinates of the cellcanvases
- an array of PdfContentByte
Copyright © 2018. All rights reserved.