Uses of Class
org.apache.fop.pdf.PDFXMode
-
Packages that use PDFXMode Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFXMode in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFXMode Modifier and Type Field Description protected PDFXMode
PDFProfile. pdfXMode
Indicates the PDF/X mode currently active.Methods in org.apache.fop.pdf that return PDFXMode Modifier and Type Method Description PDFXMode
PDFProfile. getPDFXMode()
static PDFXMode
PDFXMode. getValueOf(java.lang.String s)
Returns the mode enum object given a String.static PDFXMode
PDFXMode. valueOf(java.lang.String name)
Returns 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 Modifier and Type Method Description void
PDFProfile. setPDFXMode(PDFXMode mode)
Sets the PDF/X mode -
Uses of PDFXMode in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFXMode Modifier and Type Method Description PDFXMode
PDFRendererOptionsConfig. getPDFXMode()
-