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