Uses of Class
org.apache.fop.pdf.PDFUAMode
-
Packages that use PDFUAMode 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 PDFUAMode in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFUAMode Modifier and Type Field Description protected PDFUAMode
PDFProfile. pdfUAMode
Methods in org.apache.fop.pdf that return PDFUAMode Modifier and Type Method Description PDFUAMode
PDFProfile. getPDFUAMode()
static PDFUAMode
PDFUAMode. getValueOf(java.lang.String s)
Returns the mode enum object given a String.static PDFUAMode
PDFUAMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PDFUAMode[]
PDFUAMode. 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 PDFUAMode Modifier and Type Method Description void
PDFProfile. setPDFUAMode(PDFUAMode mode)
-
Uses of PDFUAMode in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFUAMode Modifier and Type Method Description PDFUAMode
PDFRendererOptionsConfig. getPDFUAMode()
-