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