Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfException
-
Packages that use PdfException Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfException in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfException in com.gitlab.pdftk_java.com.lowagie.text.pdf Modifier and Type Class Description classBadPdfFormatExceptionSignals that a bad PDF format has been used to construct aPdfObject.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that throw PdfException Modifier and Type Method Description voidPdfStamperImp. setAdditionalAction(PdfName actionType, PdfAction action)Additional-actions defining the actions to be taken in response to various trigger events affecting the document as a whole.voidPdfWriter. setAdditionalAction(PdfName actionType, PdfAction action)Additional-actions defining the actions to be taken in response to various trigger events affecting the document as a whole.voidPdfStamper. setPageAction(PdfName actionType, PdfAction action, int page)Sets the open and close page additional action.voidPdfStamperImp. setPageAction(PdfName actionType, PdfAction action)Always throws anUnsupportedOperationException.voidPdfWriter. setPageAction(PdfName actionType, PdfAction action)Sets the open and close page additional action.
-