Uses of Enum
org.apache.fop.pdf.Version
Packages that use Version
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of Version in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as VersionModifier and TypeFieldDescriptionprivate Version
PDFEncryptionJCE.pdfVersion
private Version
VersionController.version
Methods in org.apache.fop.pdf that return VersionModifier and TypeMethodDescriptionPDFDocument.getPDFVersion()
Returns the current PDF version.PDFEncryption.getPDFVersion()
Returns the PDF version required by the current encryption algorithm.PDFEncryptionJCE.getPDFVersion()
Returns the PDF version required by the current encryption algorithm.VersionController.getPDFVersion()
Returns the PDF version of the document.static Version
Version.getValueOf
(String version) Given the PDF version as a String, returns the corresponding enumerated type.static Version
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 VersionModifier and TypeMethodDescriptionstatic VersionController
VersionController.getDynamicVersionController
(Version initialVersion, PDFDocument doc) Returns a controller that allows subsequent changes to the document's version.static VersionController
VersionController.getFixedVersionController
(Version version) Returns a controller that disallows subsequent change to the document's version.void
PDFDocument.setPDFVersion
(Version version) Sets the PDF version of this document.void
VersionController.DynamicVersion.setPDFVersion
(Version version) void
VersionController.FixedVersion.setPDFVersion
(Version version) abstract void
VersionController.setPDFVersion
(Version version) Sets the PDF version of the document.(package private) void
PDFRoot.setVersion
(Version version) Sets the "Version" entry.Constructors in org.apache.fop.pdf with parameters of type VersionModifierConstructorDescriptionprivate
DynamicVersion
(Version version, PDFDocument doc) private
FixedVersion
(Version version) private
VersionController
(Version version) -
Uses of Version in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return Version