Uses of Class
org.openpdf.text.pdf.PdfPTable
Packages that use PdfPTable
Package
Description
-
Uses of PdfPTable in org.openpdf.text
Methods in org.openpdf.text that return PdfPTableModifier and TypeMethodDescriptionSimpleTable.createPdfPTable()Creates aPdfTableobject based on this TableAttributes object.Table.createPdfPTable()Create a PdfPTable based on this Table object.Methods in org.openpdf.text with parameters of type PdfPTableModifier and TypeMethodDescriptionvoidSimpleTable.tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases) -
Uses of PdfPTable in org.openpdf.text.html.simpleparser
Methods in org.openpdf.text.html.simpleparser that return PdfPTable -
Uses of PdfPTable in org.openpdf.text.pdf
Fields in org.openpdf.text.pdf declared as PdfPTableMethods in org.openpdf.text.pdf that return PdfPTableModifier and TypeMethodDescription(package private) static PdfPTablePdfDocument.createInOneCell(Paragraph paragraph) Integrate a paragraph into a table, so it can be a whole.PdfPCell.getTable()Getter for property table.static PdfPTablePdfPTable.shallowCopy(PdfPTable table) Makes a shallow copy of a table (format without content).Methods in org.openpdf.text.pdf with parameters of type PdfPTableModifier and TypeMethodDescriptionAdds a nested table.(package private) voidAdds aPdfPTableto the document.protected voidPdfPTable.copyFormat(PdfPTable sourceTable) Copies the format of the sourceTable without copying the content.protected voidPdfDocument.delayTableAddition(PdfPTable table) Occupies space forPdfPTablethat will be added later instead of now(package private) booleanChecks if aPdfPTablefits the current page of thePdfDocument.(package private) voidprivate voidPdfDocument.setTableWidth(PdfPTable table) static PdfPTablePdfPTable.shallowCopy(PdfPTable table) Makes a shallow copy of a table (format without content).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 org.openpdf.text.pdf with parameters of type PdfPTable -
Uses of PdfPTable in org.openpdf.text.pdf.events
Methods in org.openpdf.text.pdf.events with parameters of type PdfPTableModifier and TypeMethodDescriptionvoidPdfPTableEventForwarder.tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases)