Uses of Class
com.itextpdf.text.pdf.PdfPTable
Packages that use PdfPTable
Package
Description
TagProcessor implementations for
table tags.-
Uses of PdfPTable in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser that return PdfPTableModifier and TypeMethodDescriptionTableWrapper.createTable()Deprecated.Creates a new PdfPTable based on the info assembled in the table stub. -
Uses of PdfPTable in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfPTableModifier and TypeMethodDescriptionPdfPCell.getTable()Getter for property table.static PdfPTablePdfPTable.shallowCopy(PdfPTable table) Makes a shallow copy of a table (format without content).Methods in com.itextpdf.text.pdf with parameters of type PdfPTableModifier and TypeMethodDescriptionvoidAdds a nested table.voidPdfPTableEventAfterSplit.afterSplitTable(PdfPTable table, PdfPRow startRow, int startIdx) This method is called to indicate that table has been split.protected voidPdfPTable.copyFormat(PdfPTable sourceTable) Copies the format of the sourceTable without copying the content.voidPdfPRow.copyRowContent(PdfPTable table, int idx) Copies the content of a specific row in a table to this row.voidPdfPTable.FittingRows.correctLastRowChosen(PdfPTable table, int k) Correct chosen last fitting row so that the content of all cells with open rowspans will fit on the page, i.e. the cell content won't be split.static PdfPTablePdfPTable.shallowCopy(PdfPTable table) Makes a shallow copy of a table (format without content).Splits a row to newHeight.voidPdfPRow.splitRowspans(PdfPTable original, int originalIdx, PdfPTable part, int partIdx) Split rowspan of cells with rowspan on next page by inserting copies with the remaining rowspan and reducing the previous rowspan appropriately, i.e. if a cell with rowspan 7 gets split after 3 rows of that rowspan have been laid out, its column on the next page should start with an empty cell having the same attributes and rowspan 7 - 3 = 4.voidPdfPTableEventSplit.splitTable(PdfPTable table) This method is called to indicate that table is being split.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.itextpdf.text.pdf with parameters of type PdfPTable -
Uses of PdfPTable in com.itextpdf.text.pdf.events
Methods in com.itextpdf.text.pdf.events with parameters of type PdfPTableModifier and TypeMethodDescriptionvoidPdfPTableEventForwarder.afterSplitTable(PdfPTable table, PdfPRow startRow, int startIdx) voidPdfPTableEventForwarder.splitTable(PdfPTable table) voidPdfPTableEventForwarder.tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases) -
Uses of PdfPTable in com.itextpdf.tool.xml.html.table
Methods in com.itextpdf.tool.xml.html.table that return PdfPTableMethods in com.itextpdf.tool.xml.html.table with parameters of type PdfPTableModifier and TypeMethodDescriptionvoidTableBorderEvent.tableLayout(PdfPTable table, float[][] width, float[] height, int headerRows, int rowStart, PdfContentByte[] canvas)