|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VersionEnum>
org.pdfclown.VersionEnum
public enum VersionEnum
Managed PDF version number [PDF:1.6:H.1].
Version
Enum Constant Summary | |
---|---|
PDF10
Version 1.0 (1993, Acrobat 1). |
|
PDF11
Version 1.1 (1996, Acrobat 2). |
|
PDF12
Version 1.2 (1996, Acrobat 3). |
|
PDF13
Version 1.3 (2000, Acrobat 4). |
|
PDF14
Version 1.4 (2001, Acrobat 5). |
|
PDF15
Version 1.5 (2003, Acrobat 6). |
|
PDF16
Version 1.6 (2004, Acrobat 7). |
|
PDF17
Version 1.7 (2006, Acrobat 8). |
Method Summary | |
---|---|
Version |
getVersion()
|
static VersionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VersionEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final VersionEnum PDF10
public static final VersionEnum PDF11
public static final VersionEnum PDF12
public static final VersionEnum PDF13
public static final VersionEnum PDF14
public static final VersionEnum PDF15
public static final VersionEnum PDF16
public static final VersionEnum PDF17
Method Detail |
---|
public static VersionEnum[] values()
for (VersionEnum c : VersionEnum.values()) System.out.println(c);
public static VersionEnum valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic Version getVersion()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |