表示可以打印的DataMatrix条形码。 更多...
Public 成员函数 | |
__init__ (self, Optional[IPoint] start=None, Optional[str] data=None) | |
初始化DataMatrixBarcode类的新实例。 | |
str | __str__ (self) |
返回描述接收者内容的字符串。 | |
![]() | |
str | ctrl_char (self, int decimal_char_value) |
str | fnc1 (self) |
Public 属性 | |
start | |
data | |
ctrl_char_delimiter | |
![]() | |
ctrl_char_delimiter | |
rows_cols | |
cell_size | |
rectangle | |
![]() | |
start | |
data | |
ruler | |
rotation | |
额外继承的成员函数 | |
![]() | |
IPoint | start |
str | data |
![]() | |
IRuler | ruler |
![]() | |
RotateEnum | rotation |
![]() | |
ICellSquare | cell_size |
表示可以打印的DataMatrix条形码。
此类提供用于创建和管理具有指定设置和数据的DataMatrix条形码的功能。
LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.__init__ | ( | self, | |
Optional[IPoint] | start = None, | ||
Optional[str] | data = None ) |
初始化DataMatrixBarcode类的新实例。
start | 条形码的起始点。 |
data | 要在条形码中编码的数据。 |
str LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.__str__ | ( | self | ) |
返回描述接收者内容的字符串。
此方法生成DataMatrixBarcode实例的字符串表示形式,格式化并准备发送到印表机。字符串包括所有打印所需的命令和数据。
LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.ctrl_char_delimiter |
LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.data |
LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.start |