Uses of Class
org.apache.fop.pdf.PDFVTMode
-
Packages that use PDFVTMode 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 PDFVTMode in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFVTMode Modifier and Type Field Description protected PDFVTMode
PDFProfile. pdfVTMode
Methods in org.apache.fop.pdf that return PDFVTMode Modifier and Type Method Description PDFVTMode
PDFProfile. getPDFVTMode()
static PDFVTMode
PDFVTMode. getValueOf(java.lang.String s)
Returns the mode enum object given a String.static PDFVTMode
PDFVTMode. valueOf(java.lang.String name)
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 PDFVTMode Modifier and Type Method Description void
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 Modifier and Type Method Description PDFVTMode
PDFRendererOptionsConfig. getPDFVTMode()
-