Uses of Class
org.apache.fop.pdf.VersionController
Packages that use VersionController
Package
Description
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.pdfModifier and TypeClassDescriptionprivate static final classA class representing the version of a PDF document.private static final classA class representing the version of a PDF document.Fields in org.apache.fop.pdf declared as VersionControllerModifier and TypeFieldDescriptionprivate VersionControllerPDFDocument.versionControllerControls the PDF version of this documentMethods in org.apache.fop.pdf that return VersionControllerModifier and TypeMethodDescriptionstatic 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 VersionControllerModifierConstructorDescriptionPDFDocument(String prod, VersionController versionController) Creates an empty PDF document.