A protocol defining the interface for Barcode2D classes. More...
Public Member Functions | |
| str | __str__ (self) |
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 |
A protocol defining the interface for Barcode2D classes.
| str LabelMaker.Interfaces.IBarcode2D.IBarcode2D.__str__ | ( | self | ) |
Reimplemented in LabelMaker.Interfaces.IBarcode2D.ABarcode2D, 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.