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 PdfPageEventMethods in com.lowagie.text.pdf that return PdfPageEventModifier and TypeMethodDescriptionPdfWriter.getPageEvent()Deprecated.Gets thePdfPageEventfor this document ornullif none is set.Methods in com.lowagie.text.pdf with parameters of type PdfPageEventModifier and TypeMethodDescriptionvoidPdfWriter.setPageEvent(PdfPageEvent event) Deprecated.Sets thePdfPageEventfor this document. -
Uses of PdfPageEvent in com.lowagie.text.pdf.events
Classes in com.lowagie.text.pdf.events that implement PdfPageEventModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.Fields in com.lowagie.text.pdf.events with type parameters of type PdfPageEventModifier and TypeFieldDescriptionprotected List<PdfPageEvent> PdfPageEventForwarder.eventsDeprecated.ArrayList containing all the PageEvents that have to be executed.Methods in com.lowagie.text.pdf.events with parameters of type PdfPageEventModifier and TypeMethodDescriptionvoidPdfPageEventForwarder.addPageEvent(PdfPageEvent event) Deprecated.Add a page event to the forwarder.