public class ExtractPDFOptions extends Object
ExtractPDFOperation
.Modifier and Type | Class and Description |
---|---|
static class |
ExtractPDFOptions.Builder
Static Builder class for Extract PDF Options
|
Modifier and Type | Method and Description |
---|---|
static ExtractPDFOptions.Builder |
extractPdfOptionsBuilder()
Creates a new
ExtractPDFOptions builder. |
Boolean |
getAddCharInfo()
Returns whether character level information was invoked for operation.
|
List<ExtractElementType> |
getElementsToExtract()
Returns the list of elements (Text and/or Tables) invoked for operation
|
List<ExtractRenditionsElementType> |
getElementsToExtractRenditions()
Returns the list of renditions (Tables and/or Figures) invoked for operation
|
Boolean |
getStylingInfo()
Returns whether styling information was invoked for operation.
|
TableStructureType |
getTableStructureType()
Returns the table structure type of the resulting rendition
|
public TableStructureType getTableStructureType()
public Boolean getAddCharInfo()
public Boolean getStylingInfo()
public List<ExtractRenditionsElementType> getElementsToExtractRenditions()
public List<ExtractElementType> getElementsToExtract()
public static ExtractPDFOptions.Builder extractPdfOptionsBuilder()
ExtractPDFOptions
builder.ExtractPDFOptions.Builder
instanceCopyright © 2022 Adobe. All rights reserved.