Uses of Class
net.webpdf.wsclient.openapi.OperationConverterHtml.ImageModeEnum
-
Packages that use OperationConverterHtml.ImageModeEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationConverterHtml.ImageModeEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationConverterHtml.ImageModeEnum Modifier and Type Method Description static OperationConverterHtml.ImageModeEnumOperationConverterHtml.ImageModeEnum. fromValue(String value)@Nullable OperationConverterHtml.ImageModeEnumOperationConverterHtml. getImageMode()This defines how downloaded images are inserted into the HTML content (with reference to the `<downloadImages>` parameter).static OperationConverterHtml.ImageModeEnumOperationConverterHtml.ImageModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationConverterHtml.ImageModeEnum[]OperationConverterHtml.ImageModeEnum. 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 OperationConverterHtml.ImageModeEnum Modifier and Type Method Description OperationConverterHtmlOperationConverterHtml. imageMode(OperationConverterHtml.ImageModeEnum imageMode)voidOperationConverterHtml. setImageMode(OperationConverterHtml.ImageModeEnum imageMode)
-