Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.pdf | |
com.lowagie.text.pdf.events |
Modifier and Type | Method and Description |
---|---|
PdfPTable |
Table.createPdfPTable()
Create a PdfPTable based on this Table object.
|
PdfPTable |
SimpleTable.createPdfPTable()
Creates a PdfPTable object based on this TableAttributes object.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleTable.tableLayout(PdfPTable table,
float[][] widths,
float[] heights,
int headerRows,
int rowStart,
PdfContentByte[] canvases) |
Modifier and Type | Method and Description |
---|---|
PdfPTable |
PdfPCell.getTable()
Getter for property table.
|
static PdfPTable |
PdfPTable.shallowCopy(PdfPTable table)
Makes a shallow copy of a table (format without content).
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
PdfPTableEventForwarder.tableLayout(PdfPTable table,
float[][] widths,
float[] heights,
int headerRows,
int rowStart,
PdfContentByte[] canvases) |
Copyright © 2018. All rights reserved.