Uses of Class
net.webpdf.wsclient.schema.operation.ExtractionImageFormat
-
Packages that use ExtractionImageFormat Package Description net.webpdf.wsclient.schema.operation -
-
Uses of ExtractionImageFormat in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as ExtractionImageFormat Modifier and Type Field Description protected ExtractionImageFormatExtractionImagesType. fallbackFormat<?Methods in net.webpdf.wsclient.schema.operation that return ExtractionImageFormat Modifier and Type Method Description static ExtractionImageFormatExtractionImageFormat. fromValue(String v)Gets the enum associated to the value passed as parameter.ExtractionImageFormatExtractionImagesType. getFallbackFormat()<?static ExtractionImageFormatExtractionImageFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtractionImageFormat[]ExtractionImageFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type ExtractionImageFormat Modifier and Type Method Description voidExtractionImagesType. setFallbackFormat(ExtractionImageFormat value)Sets the value of the fallbackFormat property.
-