Uses of Class
net.webpdf.wsclient.schema.operation.ConverterHtmlImageModeType
-
Packages that use ConverterHtmlImageModeType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of ConverterHtmlImageModeType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as ConverterHtmlImageModeType Modifier and Type Field Description protected ConverterHtmlImageModeTypeConverterHtmlType. imageMode<?Methods in net.webpdf.wsclient.schema.operation that return ConverterHtmlImageModeType Modifier and Type Method Description static ConverterHtmlImageModeTypeConverterHtmlImageModeType. fromValue(String v)Gets the enum associated to the value passed as parameter.ConverterHtmlImageModeTypeConverterHtmlType. getImageMode()<?static ConverterHtmlImageModeTypeConverterHtmlImageModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConverterHtmlImageModeType[]ConverterHtmlImageModeType. 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 ConverterHtmlImageModeType Modifier and Type Method Description voidConverterHtmlType. setImageMode(ConverterHtmlImageModeType value)Sets the value of the imageMode property.
-