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