Uses of Class
com.aowagie.text.pdf.PdfPRow
-
Packages that use PdfPRow Package Description com.aowagie.text.pdf -
-
Uses of PdfPRow in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return PdfPRow Modifier and Type Method Description protected PdfPRow
PdfPTable. adjustCellsInRow(int start, int end)
Calculates the extra height needed in a row because of rowspans.PdfPRow
PdfPTable. getRow(int idx)
Gets a row with a given index (added by Jin-Hsia Yang).PdfPRow
PdfPRow. splitRow(PdfPTable table, int rowIndex, float new_height)
Splits a row to newHeight.Constructors in com.aowagie.text.pdf with parameters of type PdfPRow Constructor Description PdfPRow(PdfPRow row)
Makes a copy of an existing row.
-