| Package | Description |
|---|---|
| com.aowagie.text.pdf | |
| com.aowagie.text.pdf.events |
| Modifier and Type | Field and Description |
|---|---|
protected PdfPCell[] |
PdfPTable.currentRow |
protected PdfPCell |
PdfPTable.defaultCell |
| Modifier and Type | Method and Description |
|---|---|
PdfPCell |
PdfPTable.getDefaultCell()
Gets the default
PdfPCell that will be used as
reference for all the addCell methods except
addCell(PdfPCell). |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfPTable.addCell(PdfPCell cell)
Adds a cell element.
|
void |
PdfPCellEvent.cellLayout(PdfPCell cell,
Rectangle position,
PdfContentByte[] canvases)
This method is called at the end of the cell rendering.
|
| Constructor and Description |
|---|
PdfPCell(PdfPCell cell)
Constructs a deep copy of a
PdfPCell. |
PdfPCell(PdfPTable table,
PdfPCell style)
Constructs a
PdfPCell with a PdfPtable. |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfPCellEventForwarder.cellLayout(PdfPCell cell,
Rectangle position,
PdfContentByte[] canvases) |
Copyright © 2021. All rights reserved.