Uses of Class
net.webpdf.wsclient.openapi.OperationDataMatrixBarcode.ShapeEnum
-
Packages that use OperationDataMatrixBarcode.ShapeEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationDataMatrixBarcode.ShapeEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationDataMatrixBarcode.ShapeEnum Modifier and Type Method Description static OperationDataMatrixBarcode.ShapeEnumOperationDataMatrixBarcode.ShapeEnum. fromValue(String value)@Nullable OperationDataMatrixBarcode.ShapeEnumOperationDataMatrixBarcode. getShape()Can be used to force a specific shape for generated Data Matrix codesstatic OperationDataMatrixBarcode.ShapeEnumOperationDataMatrixBarcode.ShapeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationDataMatrixBarcode.ShapeEnum[]OperationDataMatrixBarcode.ShapeEnum. 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 OperationDataMatrixBarcode.ShapeEnum Modifier and Type Method Description voidOperationDataMatrixBarcode. setShape(OperationDataMatrixBarcode.ShapeEnum shape)OperationDataMatrixBarcodeOperationDataMatrixBarcode. shape(OperationDataMatrixBarcode.ShapeEnum shape)
-