|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfPTable | |
---|---|
com.itextpdf.text.html.simpleparser | |
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.events |
Uses of PdfPTable in com.itextpdf.text.html.simpleparser |
---|
Methods in com.itextpdf.text.html.simpleparser that return PdfPTable | |
---|---|
PdfPTable |
TableWrapper.createTable()
Creates a new PdfPTable based on the info assembled in the table stub. |
Uses of PdfPTable in com.itextpdf.text.pdf |
---|
Methods in com.itextpdf.text.pdf that return PdfPTable | |
---|---|
PdfPTable |
PdfPCell.getTable()
Getter for property table. |
static PdfPTable |
PdfPTable.shallowCopy(PdfPTable table)
Makes a shallow copy of a table (format without content). |
Methods in com.itextpdf.text.pdf with parameters of type PdfPTable | |
---|---|
void |
PdfPTable.addCell(PdfPTable table)
Adds a nested table. |
protected void |
PdfPTable.copyFormat(PdfPTable sourceTable)
Copies the format of the sourceTable without copying the content. |
void |
PdfPRow.copyRowContent(PdfPTable table,
int idx)
Copies the content of a specific row in a table to this row. |
static PdfPTable |
PdfPTable.shallowCopy(PdfPTable table)
Makes a shallow copy of a table (format without content). |
PdfPRow |
PdfPRow.splitRow(PdfPTable table,
int rowIndex,
float new_height)
Splits a row to newHeight. |
void |
PdfPTableEventSplit.splitTable(PdfPTable table)
This method is called to indicate that table is being split. |
void |
PdfPTableEvent.tableLayout(PdfPTable table,
float[][] widths,
float[] heights,
int headerRows,
int rowStart,
PdfContentByte[] canvases)
This method is called at the end of the table rendering. |
Constructors in com.itextpdf.text.pdf with parameters of type PdfPTable | |
---|---|
PdfPCell(PdfPTable table)
Constructs a PdfPCell with a PdfPtable . |
|
PdfPCell(PdfPTable table,
PdfPCell style)
Constructs a PdfPCell with a PdfPtable . |
|
PdfPTable(PdfPTable table)
Constructs a copy of a PdfPTable . |
Uses of PdfPTable in com.itextpdf.text.pdf.events |
---|
Methods in com.itextpdf.text.pdf.events with parameters of type PdfPTable | |
---|---|
void |
PdfPTableEventForwarder.splitTable(PdfPTable table)
|
void |
PdfPTableEventForwarder.tableLayout(PdfPTable table,
float[][] widths,
float[] heights,
int headerRows,
int rowStart,
PdfContentByte[] canvases)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |