Package | Description |
---|---|
com.itextpdf.text.html.simpleparser | |
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.events | |
com.itextpdf.tool.xml.html.pdfelement |
Element s created for specific use when processing HTML. |
com.itextpdf.tool.xml.html.table |
TagProcessor implementations for
table tags. |
Modifier and Type | Method | Description |
---|---|---|
PdfPCell |
CellWrapper.createPdfPCell(java.lang.String tag,
ChainedProperties chain) |
Deprecated.
Creates a PdfPCell element based on a tag and its properties.
|
PdfPCell |
CellWrapper.getCell() |
Deprecated.
Returns the PdfPCell.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TableWrapper.addRow(java.util.List<PdfPCell> row) |
Deprecated.
Adds a new row to the table.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PdfPHeaderCell |
Created by IntelliJ IDEA.
|
Modifier and Type | Field | Description |
---|---|---|
protected PdfPCell[] |
PdfPRow.cells |
|
protected PdfPCell[] |
PdfPTable.currentRow |
|
protected PdfPCell |
PdfPTable.defaultCell |
Modifier and Type | Method | Description |
---|---|---|
PdfPCell |
PdfPTable.addCell(PdfPCell cell) |
Adds a cell element.
|
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 | Description |
---|---|---|
PdfPCell |
PdfPTable.addCell(PdfPCell cell) |
Adds a cell element.
|
void |
PdfPTable.ColumnMeasurementState.beginCell(PdfPCell cell,
float completedRowsHeight,
float rowHeight) |
|
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 | 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.
|
PdfPRow(PdfPCell[] cells,
PdfPRow source) |
Modifier and Type | Method | Description |
---|---|---|
void |
FieldPositioningEvents.cellLayout(PdfPCell cell,
Rectangle rect,
PdfContentByte[] canvases) |
|
void |
PdfPCellEventForwarder.cellLayout(PdfPCell cell,
Rectangle position,
PdfContentByte[] canvases) |
Modifier and Type | Class | Description |
---|---|---|
class |
HtmlCell |
HtmlCell is created to provide more parameters to better mimic the behavior of table cell in HTML.
|
Constructor | Description |
---|---|
HtmlCell(PdfPCell pdfPCell) |
Constructor used for replacing a PdfPCell with a HtmlCell.
|
HtmlCell(PdfPCell pdfPCell,
boolean b) |
Constructor used for replacing a PdfPCell with a HtmlCell and setting its last in row boolean.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CellSpacingEvent.cellLayout(PdfPCell cell,
Rectangle position,
PdfContentByte[] canvases) |
Copyright © 1998–2018. All rights reserved.