Uses of Class
com.itextpdf.text.pdf.PdfPTable
-
Packages that use PdfPTable Package Description com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf com.itextpdf.text.pdf.events com.itextpdf.tool.xml.html.table TagProcessor implementations fortabletags. -
-
Uses of PdfPTable in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser that return PdfPTable Modifier and Type Method Description PdfPTableTableWrapper. createTable()Deprecated.Creates a new PdfPTable based on the info assembled in the table stub. -
Uses of PdfPTable in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfPTable Modifier and Type Field Description private PdfPTablePdfPCell. tableHolds value of property table.Methods in com.itextpdf.text.pdf that return PdfPTable Modifier and Type Method Description PdfPTablePdfPCell. 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 PdfPTable Modifier and Type Method Description voidPdfPTable. addCell(PdfPTable table)Adds a nested table.(package private) voidPdfDocument. addPTable(PdfPTable ptable)Adds aPdfPTableto the document.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.(package private) booleanPdfDocument. fitsPage(PdfPTable table, float margin)Checks if aPdfPTablefits the current page of thePdfDocument.(package private) voidPdfPCell. setTable(PdfPTable table)static PdfPTablePdfPTable. shallowCopy(PdfPTable table)Makes a shallow copy of a table (format without content).PdfPRowPdfPRow. splitRow(PdfPTable table, int rowIndex, float new_height)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.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.private voidPdfStructureElement. writeAttributes(PdfPTable table)Constructors in com.itextpdf.text.pdf with parameters of type PdfPTable Constructor Description PdfPCell(PdfPTable table)Constructs aPdfPCellwith aPdfPtable.PdfPCell(PdfPTable table, PdfPCell style)Constructs aPdfPCellwith aPdfPtable.PdfPTable(PdfPTable table)Constructs a copy of aPdfPTable. -
Uses of PdfPTable in com.itextpdf.text.pdf.events
Methods in com.itextpdf.text.pdf.events with parameters of type PdfPTable Modifier and Type Method Description voidPdfPTableEventForwarder. 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 PdfPTable Modifier and Type Method Description protected PdfPTableTable. intPdfPTable(int numberOfColumn)Methods in com.itextpdf.tool.xml.html.table with parameters of type PdfPTable Modifier and Type Method Description private voidTable. setVerticalMargin(PdfPTable table, Tag t, TableStyleValues values, WorkerContext ctx)Sets the top and bottom margin of the given table.voidTableBorderEvent. tableLayout(PdfPTable table, float[][] width, float[] height, int headerRows, int rowStart, PdfContentByte[] canvas)
-