Base class for AMaxicodeBarcode. More...
Public Member Functions | |
| __init__ (self, Optional[IPoint] start=None, Optional[IMaxicodeData] data=None) | |
| str | __str__ (self) |
| Constructs the string representation of the Maxicode barcode data for printing. | |
Public Attributes | |
| start | |
| data | |
| ruler | |
Additional Inherited Members | |
Static Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeBarcode | |
| IMaxicodeData | data |
| IPoint | start |
| IRuler | ruler |
Static Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.IStartPoint | |
| IPoint | start |
Static Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.IPositionRuler | |
| IRuler | ruler |
Base class for AMaxicodeBarcode.
| LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode.__init__ | ( | self, | |
| Optional[IPoint] | start = None, | ||
| Optional[IMaxicodeData] | data = None ) |
Reimplemented in LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode, and LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.
| str LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode.__str__ | ( | self | ) |
Constructs the string representation of the Maxicode barcode data for printing.
Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeBarcode.
Reimplemented in LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode, and LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.
| LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode.data |
| LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode.ruler |
| LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode.start |