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