Package org.apache.fop.pdf
Class VersionController.FixedVersion
java.lang.Object
org.apache.fop.pdf.VersionController
org.apache.fop.pdf.VersionController.FixedVersion
- Enclosing class:
VersionController
A class representing the version of a PDF document. This class doesn't allow the version to
change once it has been set, it is immutable. Any attempt to set the version will result in
an exception being thrown.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidvoidsetPDFVersion(Version version) Sets the PDF version of the document.Methods inherited from class org.apache.fop.pdf.VersionController
getDynamicVersionController, getFixedVersionController, getPDFVersion, toString
-
Constructor Details
-
FixedVersion
-
-
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
-