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
Methods 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.
-