Uses of Class
net.webpdf.wsclient.schema.operation.OcrModeType
-
Packages that use OcrModeType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of OcrModeType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as OcrModeType Modifier and Type Field Description protected OcrModeTypeOcrType. ocrModeMethods in net.webpdf.wsclient.schema.operation that return OcrModeType Modifier and Type Method Description static OcrModeTypeOcrModeType. fromValue(String v)OcrModeTypeOcrType. getOcrMode()Gets the value of the ocrMode property.static OcrModeTypeOcrModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static OcrModeType[]OcrModeType. 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 OcrModeType Modifier and Type Method Description voidOcrType. setOcrMode(OcrModeType value)Sets the value of the ocrMode property.
-