Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.events | |
com.itextpdf.tool.xml.html.table |
TagProcessor implementations for
table tags. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
PdfPTableEventAfterSplit |
|
interface |
PdfPTableEventSplit |
Signals that a table will continue in the next page.
|
Modifier and Type | Field | Description |
---|---|---|
protected PdfPTableEvent |
PdfPTable.tableEvent |
Modifier and Type | Method | Description |
---|---|---|
PdfPTableEvent |
PdfPTable.getTableEvent() |
Gets the table event for this page.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PdfPTable.setTableEvent(PdfPTableEvent event) |
Sets the table event for this table.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PdfPTableEventForwarder |
If you want to add more than one page event to a PdfPTable,
you have to construct a PdfPTableEventForwarder, add the
different events to this object and add the forwarder to
the PdfWriter.
|
Modifier and Type | Field | Description |
---|---|---|
protected java.util.ArrayList<PdfPTableEvent> |
PdfPTableEventForwarder.events |
ArrayList containing all the PageEvents that have to be executed.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PdfPTableEventForwarder.addTableEvent(PdfPTableEvent event) |
Add a page event to the forwarder.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TableBorderEvent |
Copyright © 1998–2018. All rights reserved.