| Package | Description |
|---|---|
| com.lowagie.text | |
| com.lowagie.text.html.simpleparser | |
| com.lowagie.text.pdf | |
| com.lowagie.text.pdf.events |
| Modifier and Type | Method and Description |
|---|---|
PdfPCell |
Cell.createPdfPCell()
Creates a PdfPCell based on this Cell object.
|
PdfPCell |
SimpleCell.createPdfPCell(SimpleCell rowAttributes)
Creates a PdfPCell with these attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleCell.cellLayout(PdfPCell cell,
Rectangle position,
PdfContentByte[] canvases) |
| Modifier and Type | Method and Description |
|---|---|
PdfPCell |
IncCell.getCell() |
| Modifier and Type | Method and Description |
|---|---|
List<List<PdfPCell>> |
IncTable.getTableRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
IncTable.addCol(PdfPCell cell) |
| Modifier and Type | Method and Description |
|---|---|
void |
IncTable.addCols(List<PdfPCell> ncols) |
| Modifier and Type | Field and Description |
|---|---|
protected PdfPCell[] |
PdfPRow.cells |
protected PdfPCell[] |
PdfPTable.currentRow |
protected PdfPCell |
PdfPTable.defaultCell |
| Modifier and Type | Method and Description |
|---|---|
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). |
| 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.
|
void |
PdfPRow.writeBorderAndBackground(float xPos,
float yPos,
float currentMaxHeight,
PdfPCell cell,
PdfContentByte[] canvases)
Writes the border and background of one cell in the row.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfPCellEventForwarder.cellLayout(PdfPCell cell,
Rectangle position,
PdfContentByte[] canvases) |
void |
FieldPositioningEvents.cellLayout(PdfPCell cell,
Rectangle rect,
PdfContentByte[] canvases) |
Copyright © 2019. All rights reserved.