Uses of Class
com.itextpdf.text.pdf.PdfPRow
-
Packages that use PdfPRow Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.events -
-
Uses of PdfPRow in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf with type parameters of type PdfPRow Modifier and Type Field Description protected java.util.ArrayList<PdfPRow>PdfPTable. rowsprotected java.util.ArrayList<PdfPRow>PdfPTableBody. rowsMethods in com.itextpdf.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.PdfPRowPdfPRow. splitRow(PdfPTable table, int rowIndex, float new_height)Splits a row to newHeight.Methods in com.itextpdf.text.pdf that return types with arguments of type PdfPRow Modifier and Type Method Description java.util.ArrayList<PdfPRow>PdfPTable. getRows()Gets an arraylist with all the rows in the table.java.util.ArrayList<PdfPRow>PdfPTable. getRows(int start, int end)Gets an arraylist with a selection of rows.Methods in com.itextpdf.text.pdf with parameters of type PdfPRow Modifier and Type Method Description voidPdfPTableEventAfterSplit. afterSplitTable(PdfPTable table, PdfPRow startRow, int startIdx)This method is called to indicate that table has been split.private voidPdfStructureElement. writeAttributes(PdfPRow row)Constructors in com.itextpdf.text.pdf with parameters of type PdfPRow Constructor Description PdfPRow(PdfPCell[] cells, PdfPRow source)PdfPRow(PdfPRow row)Makes a copy of an existing row. -
Uses of PdfPRow in com.itextpdf.text.pdf.events
Methods in com.itextpdf.text.pdf.events with parameters of type PdfPRow Modifier and Type Method Description voidPdfPTableEventForwarder. afterSplitTable(PdfPTable table, PdfPRow startRow, int startIdx)
-