Uses of Class
net.webpdf.wsclient.openapi.OperationJpeg.MetricsEnum
-
Packages that use OperationJpeg.MetricsEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationJpeg.MetricsEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationJpeg.MetricsEnum Modifier and Type Method Description static OperationJpeg.MetricsEnumOperationJpeg.MetricsEnum. fromValue(String value)@Nullable OperationJpeg.MetricsEnumOperationJpeg. 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 OperationJpeg.MetricsEnumOperationJpeg.MetricsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationJpeg.MetricsEnum[]OperationJpeg.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 OperationJpeg.MetricsEnum Modifier and Type Method Description OperationJpegOperationJpeg. metrics(OperationJpeg.MetricsEnum metrics)voidOperationJpeg. setMetrics(OperationJpeg.MetricsEnum metrics)
-