Uses of Class
org.apache.fop.pdf.PDFEncryptionJCE.Permission
-
Packages that use PDFEncryptionJCE.Permission Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFEncryptionJCE.Permission in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return PDFEncryptionJCE.Permission Modifier and Type Method Description static PDFEncryptionJCE.Permission
PDFEncryptionJCE.Permission. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PDFEncryptionJCE.Permission[]
PDFEncryptionJCE.Permission. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-