Uses of Enum
org.apache.fop.pdf.PDFAMode
Packages that use PDFAMode
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFAMode in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFAModeModifier and TypeFieldDescriptionprotected PDFAModePDFProfile.pdfAModeIndicates the PDF/A mode currently active.Methods in org.apache.fop.pdf that return PDFAModeModifier and TypeMethodDescriptionPDFProfile.getPDFAMode()static PDFAModePDFAMode.getValueOf(String s) Returns the mode enum object given a String.static PDFAModeReturns the enum constant of this type with the specified name.static PDFAMode[]PDFAMode.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 PDFAMode -
Uses of PDFAMode in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFAMode