表示可以打印的Maxicode條碼。 更多...
公開方法(Public Methods) | |
| __init__ (self, Optional[IPoint] start=None, Optional[IMaxicodeData] data=None) | |
| 初始化 MaxicodeBarcode 類的新實例,並指定起始點和數據。 | |
| str | __str__ (self) |
| 返回一個可以發送到打印機的字符串。 | |
公開屬性 | |
| start | |
| data | |
| rotation | |
| zipper_pattern | |
公開屬性 繼承自 LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode | |
| start | |
| data | |
| ruler | |
額外的繼承成員 | |
靜態公開屬性 繼承自 LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeBarcode | |
| IMaxicodeData | data |
| IPoint | start |
| IRuler | ruler |
靜態公開屬性 繼承自 LabelMaker.Interfaces.IBarcode2D.IStartPoint | |
| IPoint | start |
靜態公開屬性 繼承自 LabelMaker.Interfaces.IBarcode2D.IPositionRuler | |
| 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 |