com.snowtide.pdf
Class PDFVersion

java.lang.Object
  extended by com.snowtide.pdf.PDFVersion

public class PDFVersion
extends java.lang.Object

A typesafe enumeration class that provides singleton objects corresponding to each possible PDFVersion instance that might be returned by calls to PDFTextStream.getPDFVersion().

Version:
©2004-2012 Snowtide Informatics Systems, Inc.

Field Summary
static PDFVersion VERSION_1_0
           
static PDFVersion VERSION_1_1
           
static PDFVersion VERSION_1_2
           
static PDFVersion VERSION_1_3
           
static PDFVersion VERSION_1_4
           
static PDFVersion VERSION_1_5
           
static PDFVersion VERSION_1_6
           
static PDFVersion VERSION_1_7
           
static PDFVersion VERSION_OTHER
           
 
Method Summary
 java.lang.String getVersionInd()
          Returns the version indicator ('1.1', '1.2', etc).
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VERSION_1_0

public static final PDFVersion VERSION_1_0

VERSION_1_1

public static final PDFVersion VERSION_1_1

VERSION_1_2

public static final PDFVersion VERSION_1_2

VERSION_1_3

public static final PDFVersion VERSION_1_3

VERSION_1_4

public static final PDFVersion VERSION_1_4

VERSION_1_5

public static final PDFVersion VERSION_1_5

VERSION_1_6

public static final PDFVersion VERSION_1_6

VERSION_1_7

public static final PDFVersion VERSION_1_7

VERSION_OTHER

public static final PDFVersion VERSION_OTHER
Method Detail

getVersionInd

public java.lang.String getVersionInd()
Returns the version indicator ('1.1', '1.2', etc).


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object