Uses of Class
com.itextpdf.text.pdf.PdfPRow
Packages that use PdfPRow
-
Uses of PdfPRow in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf with type parameters of type PdfPRowMethods in com.itextpdf.text.pdf that return PdfPRowModifier and TypeMethodDescriptionprotected PdfPRow
PdfPTable.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.Splits a row to newHeight.Methods in com.itextpdf.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.Methods in com.itextpdf.text.pdf with parameters of type PdfPRowModifier and TypeMethodDescriptionvoid
PdfPTableEventAfterSplit.afterSplitTable
(PdfPTable table, PdfPRow startRow, int startIdx) This method is called to indicate that table has been split.private void
PdfStructureElement.writeAttributes
(PdfPRow row) Constructors in com.itextpdf.text.pdf with parameters of type PdfPRow -
Uses of PdfPRow in com.itextpdf.text.pdf.events
Methods in com.itextpdf.text.pdf.events with parameters of type PdfPRowModifier and TypeMethodDescriptionvoid
PdfPTableEventForwarder.afterSplitTable
(PdfPTable table, PdfPRow startRow, int startIdx)