|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PdfPCell | |
|---|---|
| com.itextpdf.text.html.simpleparser | |
| com.itextpdf.text.pdf | |
| com.itextpdf.text.pdf.events | |
| Uses of PdfPCell in com.itextpdf.text.html.simpleparser |
|---|
| Methods in com.itextpdf.text.html.simpleparser that return PdfPCell | |
|---|---|
PdfPCell |
CellWrapper.createPdfPCell(java.lang.String tag,
ChainedProperties chain)
Creates a PdfPCell element based on a tag and its properties. |
PdfPCell |
CellWrapper.getCell()
Returns the PdfPCell. |
| Method parameters in com.itextpdf.text.html.simpleparser with type arguments of type PdfPCell | |
|---|---|
void |
TableWrapper.addRow(java.util.List<PdfPCell> row)
Adds a new row to the table. |
| Uses of PdfPCell in com.itextpdf.text.pdf |
|---|
| Fields in com.itextpdf.text.pdf declared as PdfPCell | |
|---|---|
protected PdfPCell[] |
PdfPRow.cells
|
protected PdfPCell[] |
PdfPTable.currentRow
|
protected PdfPCell |
PdfPTable.defaultCell
|
| Methods in com.itextpdf.text.pdf that return PdfPCell | |
|---|---|
PdfPCell[] |
PdfPRow.getCells()
Returns the array of cells in the row. |
PdfPCell |
PdfPTable.getDefaultCell()
Gets the default PdfPCell that will be used as
reference for all the addCell methods except
addCell(PdfPCell). |
| Methods in com.itextpdf.text.pdf with parameters of type PdfPCell | |
|---|---|
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. |
void |
PdfPRow.writeBorderAndBackground(float xPos,
float yPos,
float currentMaxHeight,
PdfPCell cell,
PdfContentByte[] canvases)
Writes the border and background of one cell in the row. |
| Constructors in com.itextpdf.text.pdf with parameters of type PdfPCell | |
|---|---|
PdfPCell(PdfPCell cell)
Constructs a deep copy of a PdfPCell. |
|
PdfPCell(PdfPTable table,
PdfPCell style)
Constructs a PdfPCell with a PdfPtable. |
|
PdfPRow(PdfPCell[] cells)
Constructs a new PdfPRow with the cells in the array that was passed as a parameter. |
|
| Uses of PdfPCell in com.itextpdf.text.pdf.events |
|---|
| Methods in com.itextpdf.text.pdf.events with parameters of type PdfPCell | |
|---|---|
void |
FieldPositioningEvents.cellLayout(PdfPCell cell,
Rectangle rect,
PdfContentByte[] canvases)
|
void |
PdfPCellEventForwarder.cellLayout(PdfPCell cell,
Rectangle position,
PdfContentByte[] canvases)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||