Uses of Interface
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfPageEvent
-
Packages that use PdfPageEvent Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfPageEvent in com.gitlab.pdftk_java.com.lowagie.text.pdf
Classes in com.gitlab.pdftk_java.com.lowagie.text.pdf that implement PdfPageEvent Modifier and Type Class Description classPdfPageEventHelperHelps the use ofPdfPageEventby implementing all the interface methods.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfPageEvent Modifier and Type Method Description PdfPageEventPdfWriter. getPageEvent()Gets thePdfPageEventfor this document ornullif none is set.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfPageEvent Modifier and Type Method Description voidPdfWriter. setPageEvent(PdfPageEvent pageEvent)Sets thePdfPageEventfor this document.
-