|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfPCellEvent | |
---|---|
com.lowagie.text | |
com.lowagie.text.pdf | |
com.lowagie.text.pdf.events |
Uses of PdfPCellEvent in com.lowagie.text |
---|
Classes in com.lowagie.text that implement PdfPCellEvent | |
---|---|
class |
SimpleCell
Rectangle that can be used for Cells. |
Uses of PdfPCellEvent in com.lowagie.text.pdf |
---|
Methods in com.lowagie.text.pdf that return PdfPCellEvent | |
---|---|
PdfPCellEvent |
PdfPCell.getCellEvent()
Gets the cell event for this cell. |
Methods in com.lowagie.text.pdf with parameters of type PdfPCellEvent | |
---|---|
void |
PdfPCell.setCellEvent(PdfPCellEvent event)
Sets the cell event for this cell. |
Uses of PdfPCellEvent in com.lowagie.text.pdf.events |
---|
Classes in com.lowagie.text.pdf.events that implement PdfPCellEvent | |
---|---|
class |
FieldPositioningEvents
Class for an index. |
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. |
Methods in com.lowagie.text.pdf.events with parameters of type PdfPCellEvent | |
---|---|
void |
PdfPCellEventForwarder.addCellEvent(PdfPCellEvent event)
Add a page event to the forwarder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |