公開方法(Public Methods) | |
__init__ (self, Optional[IPoint] start=None, Optional[IMaxicodeData] data=None) | |
使用指定的起始點和數據初始化 MaxicodeBarcode 類的新實例。 | |
str | __str__ (self) |
返回一個可以發送到打印機的字符串。 | |
公開屬性 | |
zipper_pattern | |
rotation | |
start | |
data | |
![]() | |
start | |
data | |
ruler | |
額外的繼承成員 | |
![]() | |
IMaxicodeData | data |
IPoint | start |
IRuler | ruler |
![]() | |
IPoint | start |
![]() | |
IRuler | ruler |
@~English @brief A class representing a Maxicode barcode for TSPL. This class inherits from AMaxicodeBarcode and implements the IRotation protocol, providing functionality for initializing and describing Maxicode barcodes in TSPL. @~Chinese @brief 表示 TSPL 中 Maxicode 条形码的类。 此类继承自 AMaxicodeBarcode 并实现 IRotation 协议, 提供在 TSPL 中初始化和描述 Maxicode 条形码的功能。 @~Chinese-Traditional @brief 表示 TSPL 中 Maxicode 條碼的類。 此類繼承自 AMaxicodeBarcode 並實現 IRotation 協議, 提供在 TSPL 中初始化和描述 Maxicode 條碼的功能。 @ingroup TSPL
LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.__init__ | ( | self, | |
Optional[IPoint] | start = None, | ||
Optional[IMaxicodeData] | data = None ) |
使用指定的起始點和數據初始化 MaxicodeBarcode 類的新實例。
start | 條碼的起始點。 |
data | 要編碼到條碼中的數據。 |
str LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.__str__ | ( | self | ) |
返回一個可以發送到打印機的字符串。
此方法生成 MaxicodeBarcode 實例的字符串表示形式,該字符串已格式化並準備發送到打印機。 字符串包括所有在 TSPL 中打印所需的命令和數據。
LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.data |
LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.rotation |
LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.start |
LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.zipper_pattern |