public enum AcrobatVersion extends Enum<AcrobatVersion>
Enum Constant and Description |
---|
Acrobat_10
Represents Acrobat version 10.0.
|
Acrobat_10_1
Represents Acrobat version 10.1.
|
Acrobat_11
Represents Acrobat version 11.0
|
Modifier and Type | Method and Description |
---|---|
String |
getAcrobatVersion() |
String |
getExtensionLevel()
Returns corresponding extension level which can be null
|
String |
getPdfVersion()
Returns corresponding PDFVersion
Can be null
|
static AcrobatVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcrobatVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcrobatVersion Acrobat_10
public static final AcrobatVersion Acrobat_10_1
public static final AcrobatVersion Acrobat_11
public static AcrobatVersion[] values()
for (AcrobatVersion c : AcrobatVersion.values()) System.out.println(c);
public static AcrobatVersion valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getAcrobatVersion()
public String getPdfVersion()
public String getExtensionLevel()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.