Base class for ABarcode2D barcode. More...
Public Member Functions | |
| __init__ (self, Optional[IPoint] start=None, str data="", Optional[IRuler] ruler=None, RotateEnum rotation=RotateEnum.NONE) | |
| str | __str__ (self) |
Public Attributes | |
| start | |
| data | |
| ruler | |
| rotation | |
Additional Inherited Members | |
Static Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.IBarcodeItem2D | |
| IPoint | start |
| str | data |
Static Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.IPositionRuler | |
| IRuler | ruler |
Static Public Attributes inherited from LabelMaker.Interfaces.ISettings.IRotation | |
| RotateEnum | rotation |
Base class for ABarcode2D barcode.
| LabelMaker.Interfaces.IBarcode2D.ABarcode2D.__init__ | ( | self, | |
| Optional[IPoint] | start = None, | ||
| str | data = "", | ||
| Optional[IRuler] | ruler = None, | ||
| RotateEnum | rotation = RotateEnum.NONE ) |
Reimplemented in LabelMaker.PGL.QRBarcode.QRBarcode, LabelMaker.Interfaces.IBcdQRCode.AQRBarcode, LabelMaker.Interfaces.IBcdPdf417.APdf417, LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode, LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode, LabelMaker.TSPL.BcdDataMatrix.DataMatrixBarcode, LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode, LabelMaker.Interfaces.IBarcode2D.ADataMatrix, and LabelMaker.TSPL.QRBarcode.QRBarcode.
| str LabelMaker.Interfaces.IBarcode2D.ABarcode2D.__str__ | ( | self | ) |
Reimplemented from LabelMaker.Interfaces.IBarcode2D.IBarcode2D.
Reimplemented in LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode, LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode, LabelMaker.PGL.QRBarcode.QRBarcode, LabelMaker.TSPL.BcdDataMatrix.DataMatrixBarcode, LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode, and LabelMaker.TSPL.QRBarcode.QRBarcode.
| LabelMaker.Interfaces.IBarcode2D.ABarcode2D.data |
| LabelMaker.Interfaces.IBarcode2D.ABarcode2D.rotation |
| LabelMaker.Interfaces.IBarcode2D.ABarcode2D.ruler |
| LabelMaker.Interfaces.IBarcode2D.ABarcode2D.start |