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