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