Uses of Class
net.webpdf.wsclient.openapi.OperationPaddedRectangle.CoordinatesEnum
-
Packages that use OperationPaddedRectangle.CoordinatesEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationPaddedRectangle.CoordinatesEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationPaddedRectangle.CoordinatesEnum Modifier and Type Method Description static OperationPaddedRectangle.CoordinatesEnumOperationPaddedRectangle.CoordinatesEnum. fromValue(String value)@Nullable OperationPaddedRectangle.CoordinatesEnumOperationPaddedRectangle. getCoordinates()Used to define the coordinate system and, accordingly, the origin for the position argumentsstatic OperationPaddedRectangle.CoordinatesEnumOperationPaddedRectangle.CoordinatesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationPaddedRectangle.CoordinatesEnum[]OperationPaddedRectangle.CoordinatesEnum. 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 OperationPaddedRectangle.CoordinatesEnum Modifier and Type Method Description OperationPaddedRectangleOperationPaddedRectangle. coordinates(OperationPaddedRectangle.CoordinatesEnum coordinates)voidOperationPaddedRectangle. setCoordinates(OperationPaddedRectangle.CoordinatesEnum coordinates)
-