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
private static final class VersionController.FixedVersion extends 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 Modifier Constructor Description private
FixedVersion(Version version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
addTableHeaderScopeAttribute(PDFStructElem th, StandardStructureAttributes.Table.Scope scope)
void
setPDFVersion(Version version)
Sets the PDF version of the document.-
Methods inherited from class org.apache.fop.pdf.VersionController
getDynamicVersionController, getFixedVersionController, getPDFVersion, toString
-
-
-
-
Constructor Detail
-
FixedVersion
private FixedVersion(Version version)
-
-
Method Detail
-
setPDFVersion
public void setPDFVersion(Version version)
Description copied from class:VersionController
Sets the PDF version of the document.- Specified by:
setPDFVersion
in classVersionController
- Parameters:
version
- the PDF version
-
addTableHeaderScopeAttribute
void addTableHeaderScopeAttribute(PDFStructElem th, StandardStructureAttributes.Table.Scope scope)
- Specified by:
addTableHeaderScopeAttribute
in classVersionController
-
-