Uses of Class
com.snowtide.pdf.EncryptedPDFException.ErrorType
-
Packages that use EncryptedPDFException.ErrorType Package Description com.snowtide.pdf This package contains a variety of core abstractions representing PDFDocument
s and theirPage
s, as well as various PDFxStream interfaces and implementations thereof that simply many PDF data extraction use cases. -
-
Uses of EncryptedPDFException.ErrorType in com.snowtide.pdf
Methods in com.snowtide.pdf that return EncryptedPDFException.ErrorType Modifier and Type Method Description EncryptedPDFException.ErrorType
EncryptedPDFException. getErrorType()
Returns anEncryptedPDFException.ErrorType
this exception's cause.static EncryptedPDFException.ErrorType
EncryptedPDFException.ErrorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EncryptedPDFException.ErrorType[]
EncryptedPDFException.ErrorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-