Package | Description |
---|---|
org.axsl.pdf |
Interfaces allowing client applications to create PDF documents in a vendor-neutral way.
|
Modifier and Type | Method and Description |
---|---|
static PdfVersion |
PdfVersion.fromString(java.lang.String stringVersion)
For a given version String, finds the
PdfVersion that represents
that version. |
static PdfVersion |
PdfVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PdfVersion[] |
PdfVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfDocument.setVersion(PdfVersion newVersion)
Sets the PDF version that should be created when this document is
written.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.