Uses of Class
com.lowagie.text.pdf.PdfPTable
Packages that use PdfPTable
Package
Description
-
Uses of PdfPTable in com.lowagie.text
Methods in com.lowagie.text that return PdfPTableModifier and TypeMethodDescriptionSimpleTable.createPdfPTable()Deprecated.Creates aPdfTableobject based on this TableAttributes object.Table.createPdfPTable()Deprecated.Create a PdfPTable based on this Table object.Methods in com.lowagie.text with parameters of type PdfPTableModifier and TypeMethodDescriptionvoidSimpleTable.tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases) Deprecated. -
Uses of PdfPTable in com.lowagie.text.html.simpleparser
Methods in com.lowagie.text.html.simpleparser that return PdfPTable -
Uses of PdfPTable in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf that return PdfPTableModifier and TypeMethodDescriptionPdfPCell.getTable()Deprecated.Getter for property table.static PdfPTablePdfPTable.shallowCopy(PdfPTable table) Deprecated.Makes a shallow copy of a table (format without content).Methods in com.lowagie.text.pdf with parameters of type PdfPTableModifier and TypeMethodDescriptionDeprecated.Adds a nested table.protected voidPdfPTable.copyFormat(PdfPTable sourceTable) Deprecated.Copies the format of the sourceTable without copying the content.protected voidPdfDocument.delayTableAddition(PdfPTable table) Deprecated.Occupies space forPdfPTablethat will be added later instead of nowstatic PdfPTablePdfPTable.shallowCopy(PdfPTable table) Deprecated.Makes a shallow copy of a table (format without content).Deprecated.Splits a row to newHeight.voidPdfPTableEvent.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 -
Uses of PdfPTable in com.lowagie.text.pdf.events
Methods in com.lowagie.text.pdf.events with parameters of type PdfPTableModifier and TypeMethodDescriptionvoidPdfPTableEventForwarder.tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases) Deprecated.