SourceForge.net Logo
aXSL API 0.2

Uses of Class
org.axsl.pdf.PdfVersion

Packages that use PdfVersion
org.axsl.pdf Interfaces allowing client applications to create PDF documents in a vendor-neutral way. 
 

Uses of PdfVersion in org.axsl.pdf
 

Methods in org.axsl.pdf that return PdfVersion
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're declared.
 

Methods in org.axsl.pdf with parameters of type PdfVersion
 void PdfDocument.setVersion(PdfVersion newVersion)
          Sets the PDF version that should be created when this document is written.
 


SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.