Uses of Class
com.lowagie.text.pdf.PdfPTable
-
Packages that use PdfPTable Package Description com.lowagie.text com.lowagie.text.html.simpleparser com.lowagie.text.pdf com.lowagie.text.pdf.events -
-
Uses of PdfPTable in com.lowagie.text
Methods in com.lowagie.text that return PdfPTable Modifier and Type Method Description PdfPTable
SimpleTable. createPdfPTable()
Creates aPdfTable
object based on this TableAttributes object.PdfPTable
Table. createPdfPTable()
Create a PdfPTable based on this Table object.Methods in com.lowagie.text with parameters of type PdfPTable Modifier and Type Method Description 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 Modifier and Type Method Description PdfPTable
IncTable. buildTable()
-
Uses of PdfPTable in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfPTable Modifier and Type Field Description private PdfPTable
PdfPCell. table
Holds value of property table.Methods in com.lowagie.text.pdf that return PdfPTable Modifier and Type Method Description (package private) static PdfPTable
PdfDocument. createInOneCell(Paragraph paragraph)
Integrate a paragraph into a table, so it can be a whole.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 Modifier and Type Method Description PdfPCell
PdfPTable. addCell(PdfPTable table)
Adds a nested table.(package private) void
PdfDocument. addPTable(PdfPTable ptable)
Adds aPdfPTable
to the document.protected void
PdfPTable. copyFormat(PdfPTable sourceTable)
Copies the format of the sourceTable without copying the content.protected void
PdfDocument. delayTableAddition(PdfPTable table)
Occupies space forPdfPTable
that will be added later instead of now(package private) boolean
PdfDocument. fitsPage(PdfPTable table, float margin)
Checks if aPdfPTable
fits the current page of thePdfDocument
.(package private) void
PdfPCell. setTable(PdfPTable table)
private void
PdfDocument. setTableWidth(PdfPTable table)
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 Constructor Description PdfPCell(PdfPTable table)
Constructs aPdfPCell
with aPdfPtable
.PdfPCell(PdfPTable table, PdfPCell style)
Constructs aPdfPCell
with aPdfPtable
.PdfPTable(PdfPTable table)
Constructs a copy of aPdfPTable
. -
Uses of PdfPTable in com.lowagie.text.pdf.events
Methods in com.lowagie.text.pdf.events with parameters of type PdfPTable Modifier and Type Method Description void
PdfPTableEventForwarder. tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases)
-