Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.pdf | |
com.lowagie.text.pdf.events |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTable
Rectangle that can be used for Cells.
|
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 | Method and Description |
---|---|
void |
PdfPTableEventForwarder.addTableEvent(PdfPTableEvent event)
Add a page event to the forwarder.
|
Copyright © 2018. All rights reserved.