Uses of Enum
org.apache.fop.pdf.PDFVTMode
Packages that use PDFVTMode
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFVTMode in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFVTModeMethods in org.apache.fop.pdf that return PDFVTModeModifier and TypeMethodDescriptionPDFProfile.getPDFVTMode()
static PDFVTMode
PDFVTMode.getValueOf
(String s) Returns the mode enum object given a String.static PDFVTMode
Returns the enum constant of this type with the specified name.static PDFVTMode[]
PDFVTMode.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 PDFVTModeModifier and TypeMethodDescriptionvoid
PDFProfile.setPDFVTMode
(PDFVTMode mode) Sets the PDF/X mode -
Uses of PDFVTMode in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFVTMode