Uses of Class
net.webpdf.wsclient.openapi.OperationExtractionInfo.FileFormatEnum
-
Packages that use OperationExtractionInfo.FileFormatEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationExtractionInfo.FileFormatEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationExtractionInfo.FileFormatEnum Modifier and Type Method Description static OperationExtractionInfo.FileFormatEnumOperationExtractionInfo.FileFormatEnum. fromValue(String value)@Nullable OperationExtractionInfo.FileFormatEnumOperationExtractionInfo. getFileFormat()Used to define the output format for the PDF document text contents being extractedstatic OperationExtractionInfo.FileFormatEnumOperationExtractionInfo.FileFormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationExtractionInfo.FileFormatEnum[]OperationExtractionInfo.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 OperationExtractionInfo.FileFormatEnum Modifier and Type Method Description OperationExtractionInfoOperationExtractionInfo. fileFormat(OperationExtractionInfo.FileFormatEnum fileFormat)voidOperationExtractionInfo. setFileFormat(OperationExtractionInfo.FileFormatEnum fileFormat)
-