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