public enum PDFJSVersion extends Enum<PDFJSVersion>
| Enum Constant and Description |
|---|
VERSION_2_2_228 |
VERSION_2_6_347 |
VERSION_3_3_122 |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
static PDFJSVersion |
latestVersion() |
static PDFJSVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFJSVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFJSVersion VERSION_3_3_122
public static final PDFJSVersion VERSION_2_6_347
public static final PDFJSVersion VERSION_2_2_228
public static PDFJSVersion[] values()
for (PDFJSVersion c : PDFJSVersion.values()) System.out.println(c);
public static PDFJSVersion 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 getPath()
public static PDFJSVersion latestVersion()
Copyright © 2023. All rights reserved.