| Package | Description |
|---|---|
| com.itextpdf.text.pdf | |
| com.itextpdf.text.pdf.events |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<PdfPRow> |
PdfPTableBody.rows |
protected ArrayList<PdfPRow> |
PdfPTable.rows |
| Modifier and Type | Method and 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.
|
PdfPRow |
PdfPRow.splitRow(PdfPTable table, int rowIndex, float new_height)
Splits a row to newHeight.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfPTableEventAfterSplit.afterSplitTable(PdfPTable table, PdfPRow startRow, int startIdx)
This method is called to indicate that table has been split.
|
| Constructor and Description |
|---|
PdfPRow(PdfPCell[] cells, PdfPRow source) |
PdfPRow(PdfPRow row)
Makes a copy of an existing row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfPTableEventForwarder.afterSplitTable(PdfPTable table, PdfPRow startRow, int startIdx) |
Copyright © 1998–2021. All rights reserved.