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 and Description |
---|---|
interface |
PdfPTableEventAfterSplit |
interface |
PdfPTableEventSplit
Signals that a table will continue in the next page.
|
Modifier and Type | Field and Description |
---|---|
protected PdfPTableEvent |
PdfPTable.tableEvent |
Modifier and Type | Method and Description |
---|---|
PdfPTableEvent |
PdfPTable.getTableEvent()
Gets the table event for this page.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfPTable.setTableEvent(PdfPTableEvent event)
Sets the table event for this table.
|
Modifier and Type | Class and 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 and Description |
---|---|
protected ArrayList<PdfPTableEvent> |
PdfPTableEventForwarder.events
ArrayList containing all the PageEvents that have to be executed.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfPTableEventForwarder.addTableEvent(PdfPTableEvent event)
Add a page event to the forwarder.
|
Modifier and Type | Class and Description |
---|---|
class |
TableBorderEvent |
Copyright © 2016. All rights reserved.