ADataMatrix的基类。 更多...
Public 成员函数 | |
| __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 成员函数 继承自 LabelMaker.Interfaces.IBarcode2D.ABarcode2D | |
| __init__ (self, Optional[IPoint] start=None, str data="", Optional[IRuler] ruler=None, RotateEnum rotation=RotateEnum.NONE) | |
| str | __str__ (self) |
Public 成员函数 继承自 LabelMaker.Interfaces.IBarcode2D.IBarcode2D | |
| str | __str__ (self) |
Public 属性 | |
| str | ctrl_char_delimiter = '~' |
| tuple | rows_cols = (0, 0) |
| cell_size = cell_size or Defaults.cell_size() | |
| bool | rectangle = False |
Public 属性 继承自 LabelMaker.Interfaces.IBarcode2D.ABarcode2D | |
| start = start | |
| data = data | |
| ruler = ruler or Defaults.ruler() | |
| rotation = rotation | |
ADataMatrix的基类。
| LabelMaker.Interfaces.IBarcode2D.ADataMatrix.__init__ | ( | self, | |
| Optional[IPoint] | start = None, | ||
| str | data = "", | ||
| Optional[ICellSquare] | cell_size = None ) |
| str LabelMaker.Interfaces.IBarcode2D.ADataMatrix.ctrl_char | ( | self, | |
| int | decimal_char_value ) |
| str LabelMaker.Interfaces.IBarcode2D.ADataMatrix.fnc1 | ( | self | ) |
| LabelMaker.Interfaces.IBarcode2D.ADataMatrix.cell_size = cell_size or Defaults.cell_size() |
| str LabelMaker.Interfaces.IBarcode2D.ADataMatrix.ctrl_char_delimiter = '~' |
| bool LabelMaker.Interfaces.IBarcode2D.ADataMatrix.rectangle = False |
| tuple LabelMaker.Interfaces.IBarcode2D.ADataMatrix.rows_cols = (0, 0) |