Uses of Class
com.lowagie.text.pdf.PdfPRow
-
Packages that use PdfPRow Package Description com.lowagie.text.pdf -
-
Uses of PdfPRow in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf with type parameters of type PdfPRow Modifier and Type Field Description protected ArrayList<PdfPRow>PdfPTable. rowsMethods in com.lowagie.text.pdf that return PdfPRow Modifier and Type Method Description protected PdfPRowPdfPTable. adjustCellsInRow(int start, int end)Calculates the extra height needed in a row because of rowspans.PdfPRowPdfPTable. getRow(int idx)Gets a row with a given index (added by Jin-Hsia Yang).PdfPRowPdfPRow. splitRow(PdfPTable table, int rowIndex, float new_height)Splits a row to newHeight.Methods in com.lowagie.text.pdf that return types with arguments of type PdfPRow Modifier and Type Method Description ArrayList<PdfPRow>PdfPTable. getRows()Gets an arraylist with all the rows in the table.ArrayList<PdfPRow>PdfPTable. getRows(int start, int end)Gets an arraylist with a selection of rows.Constructors in com.lowagie.text.pdf with parameters of type PdfPRow Constructor Description PdfPRow(PdfPRow row)Makes a copy of an existing row.
-