Package com.lowagie.text.pdf.events


package com.lowagie.text.pdf.events
  • Classes
    Class
    Description
    Class that can be used to position AcroForm fields.
    Class for an index.
    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.
    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.
    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.