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