Uses of Class
net.webpdf.wsclient.openapi.OperationOcrPage.MetricsEnum
-
Packages that use OperationOcrPage.MetricsEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationOcrPage.MetricsEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationOcrPage.MetricsEnum Modifier and Type Method Description static OperationOcrPage.MetricsEnumOperationOcrPage.MetricsEnum. fromValue(String value)@Nullable OperationOcrPage.MetricsEnumOperationOcrPage. getMetrics()Unit for the X-axis/Y-axis position and signature field height and width arguments: * pt = Points(1/72 inch) * pc = Picas(12 points) * px = Pixels(1/96 inch) * mm = Millimeters * in = Inchesstatic OperationOcrPage.MetricsEnumOperationOcrPage.MetricsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationOcrPage.MetricsEnum[]OperationOcrPage.MetricsEnum. 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 OperationOcrPage.MetricsEnum Modifier and Type Method Description OperationOcrPageOperationOcrPage. metrics(OperationOcrPage.MetricsEnum metrics)voidOperationOcrPage. setMetrics(OperationOcrPage.MetricsEnum metrics)
-