UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode类 参考

表示可以打印的DataMatrix条形码。 更多...

类 LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode 继承关系图:
LabelMaker.Interfaces.IBarcode2D.ADataMatrix LabelMaker.Interfaces.IBarcode2D.ABarcode2D LabelMaker.Interfaces.IBarcode2D.ISquareCell LabelMaker.Interfaces.IBarcode2D.IBarcode2D LabelMaker.Interfaces.IBarcode2D.IBarcodeItem2D LabelMaker.Interfaces.IBarcode2D.IPositionRuler LabelMaker.Interfaces.ISettings.IRotation

Public 成员函数

 __init__ (self, Optional[IPoint] start=None, Optional[str] data=None)
 初始化DataMatrixBarcode类的新实例。
 
str __str__ (self)
 返回描述接收者内容的字符串。
 
- Public 成员函数 继承自 LabelMaker.Interfaces.IBarcode2D.ADataMatrix
str ctrl_char (self, int decimal_char_value)
 
str fnc1 (self)
 

Public 属性

 start
 
 data
 
 ctrl_char_delimiter
 
- Public 属性 继承自 LabelMaker.Interfaces.IBarcode2D.ADataMatrix
 ctrl_char_delimiter
 
 rows_cols
 
 cell_size
 
 rectangle
 
- Public 属性 继承自 LabelMaker.Interfaces.IBarcode2D.ABarcode2D
 start
 
 data
 
 ruler
 
 rotation
 

额外继承的成员函数

- 静态 Public 属性 继承自 LabelMaker.Interfaces.IBarcode2D.IBarcodeItem2D
IPoint start
 
str data
 
- 静态 Public 属性 继承自 LabelMaker.Interfaces.IBarcode2D.IPositionRuler
IRuler ruler
 
- 静态 Public 属性 继承自 LabelMaker.Interfaces.ISettings.IRotation
RotateEnum rotation
 
- 静态 Public 属性 继承自 LabelMaker.Interfaces.IBarcode2D.ISquareCell
ICellSquare cell_size
 

详细描述

表示可以打印的DataMatrix条形码。

此类提供用于创建和管理具有指定设置和数据的DataMatrix条形码的功能。

构造及析构函数说明

◆ __init__()

LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.__init__ ( self,
Optional[IPoint] start = None,
Optional[str] data = None )

初始化DataMatrixBarcode类的新实例。

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

重载 LabelMaker.Interfaces.IBarcode2D.ADataMatrix .

成员函数说明

◆ __str__()

str LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.__str__ ( self)

返回描述接收者内容的字符串。

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

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

重载 LabelMaker.Interfaces.IBarcode2D.ABarcode2D .

类成员变量说明

◆ ctrl_char_delimiter

LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.ctrl_char_delimiter

◆ data

LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.data

◆ start

LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.start

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