Uses of Class
net.webpdf.wsclient.openapi.OperationExtractionImages.FallbackFormatEnum
-
Packages that use OperationExtractionImages.FallbackFormatEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationExtractionImages.FallbackFormatEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationExtractionImages.FallbackFormatEnum Modifier and Type Method Description static OperationExtractionImages.FallbackFormatEnumOperationExtractionImages.FallbackFormatEnum. fromValue(String value)@Nullable OperationExtractionImages.FallbackFormatEnumOperationExtractionImages. getFallbackFormat()Used to specify the format that should be used as the fallback format if extracting an image would result in a format that is not supportedstatic OperationExtractionImages.FallbackFormatEnumOperationExtractionImages.FallbackFormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationExtractionImages.FallbackFormatEnum[]OperationExtractionImages.FallbackFormatEnum. 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.FallbackFormatEnum Modifier and Type Method Description OperationExtractionImagesOperationExtractionImages. fallbackFormat(OperationExtractionImages.FallbackFormatEnum fallbackFormat)voidOperationExtractionImages. setFallbackFormat(OperationExtractionImages.FallbackFormatEnum fallbackFormat)
-