Public 成员函数 | |
| __init__ (self, Optional[IPoint] start=None, Optional[str] data=None, Optional[float] height=None) | |
| Initializes a BarcodeItem with optional starting point, data, and height. | |
| from_coordinates (cls, float x_start, float y_start, str data, Optional[float] height=None) | |
Public 属性 | |
| height | |
Public 属性 继承自 LabelMaker.Interfaces.IBarcode1D.ABarcodeItem | |
| start | |
| data | |
| height | |
额外继承的成员函数 | |
静态 Public 属性 继承自 LabelMaker.Interfaces.IBarcode1D.IBarcodeItem | |
| IPoint | start |
| float | height |
| str | data |
| LabelMaker.Interfaces.IBarcode1D.BarcodeItem.__init__ | ( | self, | |
| Optional[IPoint] | start = None, | ||
| Optional[str] | data = None, | ||
| Optional[float] | height = None ) |
Initializes a BarcodeItem with optional starting point, data, and height.
| start | 条形码的起始点。可选。 |
| data | 条形码中编码的数据。可选。 |
| height | 条形码的高度。可选。 |
| LabelMaker.Interfaces.IBarcode1D.BarcodeItem.from_coordinates | ( | cls, | |
| float | x_start, | ||
| float | y_start, | ||
| str | data, | ||
| Optional[float] | height = None ) |
| LabelMaker.Interfaces.IBarcode1D.BarcodeItem.height |