Uses of Class
org.apache.fop.pdf.Version
-
Packages that use Version 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 Version in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return Version Modifier and Type Method Description VersionPDFDocument. getPDFVersion()Returns the current PDF version.VersionPDFEncryption. getPDFVersion()Returns the PDF version required by the current encryption algorithm.VersionPDFEncryptionJCE. getPDFVersion()Returns the PDF version required by the current encryption algorithm.VersionVersionController. getPDFVersion()Returns the PDF version of the document.static VersionVersion. getValueOf(java.lang.String version)Given the PDF version as a String, returns the corresponding enumerated type.static VersionVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Version[]Version. 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 Version Modifier and Type Method Description static VersionControllerVersionController. getDynamicVersionController(Version initialVersion, PDFDocument doc)Returns a controller that allows subsequent changes to the document's version.static VersionControllerVersionController. getFixedVersionController(Version version)Returns a controller that disallows subsequent change to the document's version.voidPDFDocument. setPDFVersion(Version version)Sets the PDF version of this document.abstract voidVersionController. setPDFVersion(Version version)Sets the PDF version of the document. -
Uses of Version in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return Version Modifier and Type Method Description VersionPDFRendererOptionsConfig. getPDFVersion()
-