Uses of Class
net.webpdf.wsclient.openapi.OperationExtractionText.FileFormatEnum
-
Packages that use OperationExtractionText.FileFormatEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationExtractionText.FileFormatEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationExtractionText.FileFormatEnum Modifier and Type Method Description static OperationExtractionText.FileFormatEnumOperationExtractionText.FileFormatEnum. fromValue(String value)@Nullable OperationExtractionText.FileFormatEnumOperationExtractionText. getFileFormat()Used to define the output format for the PDF document text contents being extractedstatic OperationExtractionText.FileFormatEnumOperationExtractionText.FileFormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationExtractionText.FileFormatEnum[]OperationExtractionText.FileFormatEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationExtractionText.FileFormatEnum Modifier and Type Method Description OperationExtractionTextOperationExtractionText. fileFormat(OperationExtractionText.FileFormatEnum fileFormat)voidOperationExtractionText. setFileFormat(OperationExtractionText.FileFormatEnum fileFormat)
-