Uses of Class
com.aowagie.text.pdf.PdfPTable
Packages that use PdfPTable
-
Uses of PdfPTable in com.aowagie.text
Methods in com.aowagie.text that return PdfPTableModifier and TypeMethodDescriptionSimpleTable.createPdfPTable()
Creates a PdfPTable object based on this TableAttributes object.Table.createPdfPTable()
Create a PdfPTable based on this Table object.Methods in com.aowagie.text with parameters of type PdfPTableModifier and TypeMethodDescriptionvoid
SimpleTable.tableLayout
(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases) -
Uses of PdfPTable in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfPTableMethods in com.aowagie.text.pdf that return PdfPTableModifier and TypeMethodDescriptionPdfPCell.getTable()
Getter for property table.static PdfPTable
PdfPTable.shallowCopy
(PdfPTable table) Makes a shallow copy of a table (format without content).Methods in com.aowagie.text.pdf with parameters of type PdfPTableModifier and TypeMethodDescriptionvoid
Adds a nested table.(package private) void
Adds aPdfPTable
to the document.protected void
PdfPTable.copyFormat
(PdfPTable sourceTable) Copies the format of the sourceTable without copying the content.private boolean
Checks if aPdfPTable
fits the current page of thePdfDocument
.(package private) void
static PdfPTable
PdfPTable.shallowCopy
(PdfPTable table) Makes a shallow copy of a table (format without content).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.aowagie.text.pdf with parameters of type PdfPTable -
Uses of PdfPTable in com.aowagie.text.pdf.events
Methods in com.aowagie.text.pdf.events with parameters of type PdfPTableModifier and TypeMethodDescriptionvoid
PdfPTableEventForwarder.tableLayout
(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases)