Package org.apache.fop.pdf
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) void
void
setPDFVersion
(Version version) Sets the PDF version of the document.Methods inherited from class org.apache.fop.pdf.VersionController
getDynamicVersionController, getFixedVersionController, getPDFVersion, toString
-
Field Details
-
doc
-
-
Constructor Details
-
DynamicVersion
-
-
Method Details
-
setPDFVersion
Description copied from class:VersionController
Sets the PDF version of the document.- Specified by:
setPDFVersion
in classVersionController
- Parameters:
version
- the PDF version
-
addTableHeaderScopeAttribute
- Specified by:
addTableHeaderScopeAttribute
in classVersionController
-