| Package | Description |
|---|---|
| com.adobe.pdfservices.operation.pdfops.options.extractpdf |
Contains the option classes for
ExtractPDFOperation. |
| Modifier and Type | Method and Description |
|---|---|
static ExtractElementType |
ExtractElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtractElementType[] |
ExtractElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExtractElementType> |
ExtractPDFOptions.getElementsToExtract()
Returns the list of elements (Text and/or Tables) invoked for operation
|
| Modifier and Type | Method and Description |
|---|---|
ExtractPDFOptions.Builder |
ExtractPDFOptions.Builder.addElementToExtract(ExtractElementType elementToExtract)
Adds an element to extract (Text or Tables)
|
| Modifier and Type | Method and Description |
|---|---|
ExtractPDFOptions.Builder |
ExtractPDFOptions.Builder.addElementsToExtract(List<ExtractElementType> elementsToExtract)
Adds elements to extract (Text and/or Tables) to the list of elements to be extracted.
|
Copyright © 2023 Adobe. All rights reserved.