Uses of Class
net.webpdf.wsclient.openapi.OperationAztecBarcode
-
Packages that use OperationAztecBarcode Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationAztecBarcode in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationAztecBarcode Modifier and Type Method Description OperationAztecBarcodeOperationAztecBarcode. charset(String charset)OperationAztecBarcodeOperationAztecBarcode. errorCorrection(Integer errorCorrection)OperationAztecBarcodeOperationAztecBarcode. layers(Integer layers)OperationAztecBarcodeOperationAztecBarcode. margin(Integer margin)OperationAztecBarcodeOperationAztecBarcode. pages(String pages)OperationAztecBarcodeOperationAztecBarcode. position(OperationRectangle position)OperationAztecBarcodeOperationAztecBarcode. rotation(Integer rotation)OperationAztecBarcodeOperationAztecBarcode. value(String value)Methods in net.webpdf.wsclient.openapi that return types with arguments of type OperationAztecBarcode Modifier and Type Method Description @Nullable List<OperationAztecBarcode>OperationAddBarcode. getAztec()Get aztecMethods in net.webpdf.wsclient.openapi with parameters of type OperationAztecBarcode Modifier and Type Method Description OperationAddBarcodeOperationAddBarcode. addAztecItem(OperationAztecBarcode aztecItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type OperationAztecBarcode Modifier and Type Method Description OperationAddBarcodeOperationAddBarcode. aztec(List<OperationAztecBarcode> aztec)voidOperationAddBarcode. setAztec(List<OperationAztecBarcode> aztec)
-