Uses of Class
org.openpdf.text.pdf.PdfPRow
Packages that use PdfPRow
-
Uses of PdfPRow in org.openpdf.text.pdf
Fields in org.openpdf.text.pdf with type parameters of type PdfPRowMethods in org.openpdf.text.pdf that return PdfPRowModifier and TypeMethodDescriptionprotected PdfPRowPdfPTable.adjustCellsInRow(int start, int end) Calculates the extra height needed in a row because of rowspans.PdfPTable.getRow(int idx) Gets a row with a given index (added by Jin-Hsia Yang).Splits a row to newHeight.Methods in org.openpdf.text.pdf that return types with arguments of type PdfPRowModifier and TypeMethodDescriptionPdfPTable.getRows()Gets an arraylist with all the rows in the table.PdfPTable.getRows(int start, int end) Gets an arraylist with a selection of rows.Constructors in org.openpdf.text.pdf with parameters of type PdfPRow