表示可以打印的DataMatrix條碼。 更多...
公開方法(Public Methods) | |
| __init__ (self, Optional[IPoint] start=None, Optional[str] data=None) | |
| 初始化DataMatrixBarcode類的新實例。 | |
| str | __str__ (self) |
| 返回描述接收者內容的字符串。 | |
公開方法(Public Methods) 繼承自 LabelMaker.Interfaces.IBarcode2D.ADataMatrix | |
| __init__ (self, Optional[IPoint] start=None, str data="", Optional[ICellSquare] cell_size=None) | |
| str | ctrl_char (self, int decimal_char_value) |
| str | fnc1 (self) |
公開方法(Public Methods) 繼承自 LabelMaker.Interfaces.IBarcode2D.ABarcode2D | |
| __init__ (self, Optional[IPoint] start=None, str data="", Optional[IRuler] ruler=None, RotateEnum rotation=RotateEnum.NONE) | |
| str | __str__ (self) |
公開方法(Public Methods) 繼承自 LabelMaker.Interfaces.IBarcode2D.IBarcode2D | |
| str | __str__ (self) |
額外的繼承成員 | |
公開屬性 繼承自 LabelMaker.Interfaces.IBarcode2D.ADataMatrix | |
| str | ctrl_char_delimiter = '~' |
| tuple | rows_cols = (0, 0) |
| cell_size = cell_size or Defaults.cell_size() | |
| bool | rectangle = False |
公開屬性 繼承自 LabelMaker.Interfaces.IBarcode2D.ABarcode2D | |
| start = start | |
| data = data | |
| ruler = ruler or Defaults.ruler() | |
| rotation = rotation | |
表示可以打印的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實例的字符串表示形式,格式化並準備發送到打印機。字符串包括所有打印所需的命令和數據。