Uses of Class
org.apache.fop.pdf.VersionController
-
Packages that use VersionController Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of VersionController in org.apache.fop.pdf
Subclasses of VersionController in org.apache.fop.pdf Modifier and Type Class Description private static class
VersionController.DynamicVersion
A class representing the version of a PDF document.private static class
VersionController.FixedVersion
A class representing the version of a PDF document.Fields in org.apache.fop.pdf declared as VersionController Modifier and Type Field Description private VersionController
PDFDocument. versionController
Controls the PDF version of this documentMethods in org.apache.fop.pdf that return VersionController Modifier and Type Method Description static 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.Constructors in org.apache.fop.pdf with parameters of type VersionController Constructor Description PDFDocument(java.lang.String prod, VersionController versionController)
Creates an empty PDF document.
-