Package com.lowagie.text.pdf.events
| Class Summary |
| FieldPositioningEvents |
Class for an index.
|
| IndexEvents |
Class for an index.
|
| IndexEvents.Entry |
Class for an index entry.
|
| PdfPageEventForwarder |
If you want to add more than one page event to a PdfWriter,
you have to construct a PdfPageEventForwarder, add the
different events to this object and add the forwarder to
the PdfWriter. |
| 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. |
| 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. |