Class VersionController.DynamicVersion
java.lang.Object
org.apache.fop.pdf.VersionController
org.apache.fop.pdf.VersionController.DynamicVersion
- Enclosing class:
VersionController
A class representing the version of a PDF document. This class allows the version to be
changed once it has been set (it is mutable) ONLY if the new version is greater. If the PDF
version is changed after it has been instantiated, the version will be set in the document
catalog.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidvoidsetPDFVersion(Version version) Sets the PDF version of the document.Methods inherited from class VersionController
getDynamicVersionController, getFixedVersionController, getPDFVersion, toString
-
Field Details
-
doc
-
-
Constructor Details
-
DynamicVersion
-
-
Method Details
-
setPDFVersion
Description copied from class:VersionControllerSets the PDF version of the document.- Specified by:
setPDFVersionin classVersionController- Parameters:
version- the PDF version
-
addTableHeaderScopeAttribute
- Specified by:
addTableHeaderScopeAttributein classVersionController
-