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