Uses of Class
net.webpdf.wsclient.openapi.OperationQrBarcode
-
Packages that use OperationQrBarcode Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationQrBarcode in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationQrBarcode Modifier and Type Method Description OperationQrBarcodeOperationQrBarcode. charset(String charset)OperationQrBarcodeOperationQrBarcode. errorCorrection(OperationQrBarcode.ErrorCorrectionEnum errorCorrection)OperationQrBarcodeOperationQrBarcode. margin(Integer margin)OperationQrBarcodeOperationQrBarcode. pages(String pages)OperationQrBarcodeOperationQrBarcode. position(OperationRectangle position)OperationQrBarcodeOperationQrBarcode. rotation(Integer rotation)OperationQrBarcodeOperationQrBarcode. value(String value)Methods in net.webpdf.wsclient.openapi that return types with arguments of type OperationQrBarcode Modifier and Type Method Description @Nullable List<OperationQrBarcode>OperationAddBarcode. getQrcode()Get qrcodeMethods in net.webpdf.wsclient.openapi with parameters of type OperationQrBarcode Modifier and Type Method Description OperationAddBarcodeOperationAddBarcode. addQrcodeItem(OperationQrBarcode qrcodeItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type OperationQrBarcode Modifier and Type Method Description OperationAddBarcodeOperationAddBarcode. qrcode(List<OperationQrBarcode> qrcode)voidOperationAddBarcode. setQrcode(List<OperationQrBarcode> qrcode)
-