|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PdfPTable | |
|---|---|
| com.lowagie.text | |
| com.lowagie.text.html.simpleparser | |
| com.lowagie.text.pdf | |
| com.lowagie.text.pdf.events | |
| com.lowagie.text.rtf.table | |
| Uses of PdfPTable in com.lowagie.text |
|---|
| Methods in com.lowagie.text that return PdfPTable | |
|---|---|
PdfPTable |
Table.createPdfPTable()
Create a PdfPTable based on this Table object. |
PdfPTable |
SimpleTable.createPdfPTable()
Creates a PdfPTable object based on this TableAttributes object. |
| Methods in com.lowagie.text with parameters of type PdfPTable | |
|---|---|
void |
SimpleTable.tableLayout(PdfPTable table,
float[][] widths,
float[] heights,
int headerRows,
int rowStart,
PdfContentByte[] canvases)
|
| Uses of PdfPTable in com.lowagie.text.html.simpleparser |
|---|
| Methods in com.lowagie.text.html.simpleparser that return PdfPTable | |
|---|---|
PdfPTable |
IncTable.buildTable()
|
| Uses of PdfPTable in com.lowagie.text.pdf |
|---|
| Methods in com.lowagie.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.lowagie.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. |
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 |
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.lowagie.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.lowagie.text.pdf.events |
|---|
| Methods in com.lowagie.text.pdf.events with parameters of type PdfPTable | |
|---|---|
void |
PdfPTableEventForwarder.tableLayout(PdfPTable table,
float[][] widths,
float[] heights,
int headerRows,
int rowStart,
PdfContentByte[] canvases)
|
| Uses of PdfPTable in com.lowagie.text.rtf.table |
|---|
| Constructors in com.lowagie.text.rtf.table with parameters of type PdfPTable | |
|---|---|
RtfTable(RtfDocument doc,
PdfPTable table)
Constructs a RtfTable based on a PdfTable for a RtfDocument. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||