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 classVersionController.DynamicVersionA class representing the version of a PDF document.private static classVersionController.FixedVersionA class representing the version of a PDF document.Fields in org.apache.fop.pdf declared as VersionController Modifier and Type Field Description private VersionControllerPDFDocument. versionControllerControls the PDF version of this documentMethods in org.apache.fop.pdf that return VersionController 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.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.
-