Package | Description |
---|---|
com.itextpdf.text.html.simpleparser | |
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.events | |
com.itextpdf.tool.xml.html.table |
TagProcessor implementations for table tags.
|
Modifier and Type | Method and Description |
---|---|
PdfPTable |
TableWrapper.createTable()
Deprecated.
Creates a new PdfPTable based on the info assembled in the table stub.
|
Modifier and Type | Method and Description |
---|---|
PdfPTable |
PdfPCell.getTable()
Getter for property table.
|
static PdfPTable |
PdfPTable.shallowCopy(PdfPTable table)
Makes a shallow copy of a table (format without content).
|
Modifier and Type | Method and Description |
---|---|
void |
PdfPTable.addCell(PdfPTable table)
Adds a nested table.
|
void |
PdfPTableEventAfterSplit.afterSplitTable(PdfPTable table, PdfPRow startRow, int startIdx)
This method is called to indicate that table has been split.
|
protected void |
PdfPTable.copyFormat(PdfPTable sourceTable)
Copies the format of the sourceTable without copying the content.
|
void |
PdfPRow.copyRowContent(PdfPTable table, int idx)
Copies the content of a specific row in a table to this row.
|
void |
PdfPTable.FittingRows.correctLastRowChosen(PdfPTable table, int k)
Correct chosen last fitting row so that the content of all cells with open rowspans will fit on the page, i.e. the cell content won't be split.
|
static PdfPTable |
PdfPTable.shallowCopy(PdfPTable table)
Makes a shallow copy of a table (format without content).
|
PdfPRow |
PdfPRow.splitRow(PdfPTable table, int rowIndex, float new_height)
Splits a row to newHeight.
|
void |
PdfPRow.splitRowspans(PdfPTable original, int originalIdx, PdfPTable part, int partIdx)
Split rowspan of cells with rowspan on next page by inserting copies with the remaining rowspan and reducing the previous rowspan appropriately, i.e. if a cell with rowspan 7 gets split after 3 rows of that rowspan have been laid out, its column on the next page should start with an empty cell having the same attributes and rowspan 7 - 3 = 4.
|
void |
PdfPTableEventSplit.splitTable(PdfPTable table)
This method is called to indicate that table is being split.
|
void |
PdfPTableEvent.tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases)
This method is called at the end of the table rendering.
|
Constructor and Description |
---|
PdfPCell(PdfPTable table)
Constructs a PdfPCell with a PdfPtable .
|
PdfPCell(PdfPTable table, PdfPCell style)
Constructs a PdfPCell with a PdfPtable .
|
PdfPTable(PdfPTable table)
Constructs a copy of a PdfPTable .
|
Modifier and Type | Method and Description |
---|---|
void |
PdfPTableEventForwarder.afterSplitTable(PdfPTable table, PdfPRow startRow, int startIdx) |
void |
PdfPTableEventForwarder.splitTable(PdfPTable table) |
void |
PdfPTableEventForwarder.tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases) |
Modifier and Type | Method and Description |
---|---|
protected PdfPTable |
Table.intPdfPTable(int numberOfColumn) |
Modifier and Type | Method and Description |
---|---|
void |
TableBorderEvent.tableLayout(PdfPTable table, float[][] width, float[] height, int headerRows, int rowStart, PdfContentByte[] canvas) |
Copyright © 2016. All rights reserved.