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 | |
![]() | |
IMaxicodeData | data |
IPoint | start |
IRuler | ruler |
![]() | |
IPoint | start |
![]() | |
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 |