public enum PDFFilterType extends Enum<PDFFilterType>
| Enum Constant and Description |
|---|
Adobe_PPKLite
Specifies the Adobe.PPKLite signature handler.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns this type as a string.
|
static PDFFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFFilterType Adobe_PPKLite
public static PDFFilterType[] values()
for (PDFFilterType c : PDFFilterType.values()) System.out.println(c);
public static PDFFilterType 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 toString()
toString in class Enum<PDFFilterType>Object.toString()Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.