UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode类 参考
类 LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode 继承关系图:
LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeBarcode LabelMaker.Interfaces.IBarcode2D.IStartPoint LabelMaker.Interfaces.IBarcode2D.IPositionRuler

Public 成员函数

 __init__ (self, Optional[IPoint] start=None, Optional[IMaxicodeData] data=None)
 使用指定的起始点和数据初始化 MaxicodeBarcode 类的新实例。
 
str __str__ (self)
 返回一个可以发送到印表机的字符串。
 

Public 属性

 zipper_pattern
 
 rotation
 
 start
 
 data
 
- Public 属性 继承自 LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode
 start
 
 data
 
 ruler
 

额外继承的成员函数

- 静态 Public 属性 继承自 LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeBarcode
IMaxicodeData data
 
IPoint start
 
IRuler ruler
 
- 静态 Public 属性 继承自 LabelMaker.Interfaces.IBarcode2D.IStartPoint
IPoint start
 
- 静态 Public 属性 继承自 LabelMaker.Interfaces.IBarcode2D.IPositionRuler
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

构造及析构函数说明

◆ __init__()

LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.__init__ ( self,
Optional[IPoint] start = None,
Optional[IMaxicodeData] data = None )

使用指定的起始点和数据初始化 MaxicodeBarcode 类的新实例。

参数
start条形码的起始点。
data要编码到条形码中的数据。

重载 LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode .

成员函数说明

◆ __str__()

str LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.__str__ ( self)

返回一个可以发送到印表机的字符串。

此方法生成 MaxicodeBarcode 实例的字符串表示形式,该字符串已格式化并准备发送到印表机。 字符串包括所有在 TSPL 中打印所需的命令和数据。

返回
MaxicodeBarcode 实例的字符串描述。

重载 LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode .

类成员变量说明

◆ data

LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.data

◆ rotation

LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.rotation

◆ start

LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.start

◆ zipper_pattern

LabelMaker.TSPL.BcdMaxicode.MaxicodeBarcode.zipper_pattern

该类的文档由以下文件生成: