public enum ExtractElementType extends Enum<ExtractElementType>
ExtractPDFOperation| Enum Constant and Description |
|---|
TABLES
Tabular Data
|
TEXT
Textual Data
|
| Modifier and Type | Method and Description |
|---|---|
static ExtractElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtractElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtractElementType TEXT
public static final ExtractElementType TABLES
public static ExtractElementType[] values()
for (ExtractElementType c : ExtractElementType.values()) System.out.println(c);
public static ExtractElementType 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 nullCopyright © 2023 Adobe. All rights reserved.