Uses of Interface
com.lowagie.text.pdf.PdfPageEvent
Packages that use PdfPageEvent
-
Uses of PdfPageEvent in com.lowagie.text.pdf
Classes in com.lowagie.text.pdf that implement PdfPageEventModifier and TypeClassDescriptionclassHelps the use ofPdfPageEventby implementing all the interface methods.Methods in com.lowagie.text.pdf that return PdfPageEventModifier and TypeMethodDescriptionPdfWriter.getPageEvent()Gets thePdfPageEventfor this document ornullif none is set.Methods in com.lowagie.text.pdf with parameters of type PdfPageEventModifier and TypeMethodDescriptionvoidPdfWriter.setPageEvent(PdfPageEvent event) Sets thePdfPageEventfor this document. -
Uses of PdfPageEvent in com.lowagie.text.pdf.events
Classes in com.lowagie.text.pdf.events that implement PdfPageEventModifier and TypeClassDescriptionclassClass that can be used to position AcroForm fields.classClass for an index.classIf 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.Methods in com.lowagie.text.pdf.events with parameters of type PdfPageEventModifier and TypeMethodDescriptionvoidPdfPageEventForwarder.addPageEvent(PdfPageEvent event) Add a page event to the forwarder.