Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Method and Description |
---|---|
Version |
VersionController.getPDFVersion()
Returns the PDF version of the document.
|
Version |
PDFDocument.getPDFVersion()
Returns the current PDF version.
|
static Version |
Version.getValueOf(java.lang.String version)
Given the PDF version as a String, returns the corresponding enumerated type.
|
static Version |
Version.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Version[] |
Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and 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.
|
abstract void |
VersionController.setPDFVersion(Version version)
Sets the PDF version of the document.
|
void |
PDFDocument.setPDFVersion(Version version)
Sets the PDF version of this document.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.