表示可以打印的Maxicode条形码。 更多...
Public 成员函数 | |
__init__ (self, Optional[IPoint] start=None, Optional[IMaxicodeData] data=None) | |
初始化 MaxicodeBarcode 类的新实例,并指定起始点和数据。 | |
str | __str__ (self) |
返回一个可以发送到印表机的字符串。 | |
Public 属性 | |
start | |
data | |
rotation | |
zipper_pattern | |
![]() | |
start | |
data | |
ruler | |
额外继承的成员函数 | |
![]() | |
IMaxicodeData | data |
IPoint | start |
IRuler | ruler |
![]() | |
IPoint | start |
![]() | |
IRuler | ruler |
表示可以打印的Maxicode条形码。
此类提供用于创建和管理具有指定设置和数据的Maxicode条形码的功能。
LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.__init__ | ( | self, | |
Optional[IPoint] | start = None, | ||
Optional[IMaxicodeData] | data = None ) |
初始化 MaxicodeBarcode 类的新实例,并指定起始点和数据。
start | 条形码的起始点。 |
data | 要在条形码中编码的数据。 |
str LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.__str__ | ( | self | ) |
返回一个可以发送到印表机的字符串。
此方法生成MaxicodeBarcode实例的字符串表示形式,格式化并准备发送到印表机。字符串包括所有打印所需的命令和数据。
LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.data |
LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.rotation |
LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.start |
LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.zipper_pattern |