Uses of Class
com.aowagie.text.pdf.PdfPTable
-
Packages that use PdfPTable Package Description com.aowagie.text com.aowagie.text.pdf com.aowagie.text.pdf.events -
-
Uses of PdfPTable in com.aowagie.text
Methods in com.aowagie.text that return PdfPTable Modifier and Type Method Description PdfPTableSimpleTable. createPdfPTable()Creates a PdfPTable object based on this TableAttributes object.PdfPTableTable. createPdfPTable()Create a PdfPTable based on this Table object.Methods in com.aowagie.text with parameters of type PdfPTable Modifier and Type Method Description voidSimpleTable. 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 PdfPTable Modifier and Type Field Description private PdfPTablePdfPCell. tableHolds value of property table.Methods in com.aowagie.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.aowagie.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.protected voidPdfPTable. copyFormat(PdfPTable sourceTable)Copies the format of the sourceTable without copying the content.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.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.aowagie.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.aowagie.text.pdf.events
Methods in com.aowagie.text.pdf.events with parameters of type PdfPTable Modifier and Type Method Description voidPdfPTableEventForwarder. tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases)
-