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 | Method and Description |
---|---|
PdfPCellEvent |
PdfPCell.getCellEvent()
Gets the cell event for this cell.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfPCell.setCellEvent(PdfPCellEvent cellEvent)
Sets the cell event for this cell.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldPositioningEvents
Class that can be used to position AcroForm fields.
|
class |
PdfPCellEventForwarder
If you want to add more than one event to a cell, you have to construct a PdfPCellEventForwarder, add the different events to this object and add the forwarder to the PdfPCell.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<PdfPCellEvent> |
PdfPCellEventForwarder.events
ArrayList containing all the PageEvents that have to be executed.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfPCellEventForwarder.addCellEvent(PdfPCellEvent event)
Add a page event to the forwarder.
|
Modifier and Type | Class and Description |
---|---|
class |
CellSpacingEvent |
Copyright © 2016. All rights reserved.