Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfTransition
-
Packages that use PdfTransition Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces -
-
Uses of PdfTransition in com.gitlab.pdftk_java.com.lowagie.text.pdf
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfTransition Modifier and Type Method Description voidPdfStamper. setTransition(PdfTransition transition, int page)Sets the transition for the pagevoidPdfStamperImp. setTransition(PdfTransition transition)Always throws anUnsupportedOperationException.voidPdfWriter. setTransition(PdfTransition transition)Sets the transition for the page -
Uses of PdfTransition in com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf.interfaces with parameters of type PdfTransition Modifier and Type Method Description voidPdfPageActions. setTransition(PdfTransition transition)Sets the transition for the page
-