Uses of Enum
org.apache.fop.pdf.PDFXMode
Packages that use PDFXMode
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFXMode in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFXModeModifier and TypeFieldDescriptionprotected PDFXModePDFProfile.pdfXModeIndicates the PDF/X mode currently active.Methods in org.apache.fop.pdf that return PDFXModeModifier and TypeMethodDescriptionPDFProfile.getPDFXMode()static PDFXModePDFXMode.getValueOf(String s) Returns the mode enum object given a String.static PDFXModeReturns the enum constant of this type with the specified name.static PDFXMode[]PDFXMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.fop.pdf with parameters of type PDFXMode -
Uses of PDFXMode in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFXMode