公開方法(Public Methods) | |
| __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) | |
公開屬性 | |
| height | |
公開屬性 繼承自 LabelMaker.Interfaces.IBarcode1D.ABarcodeItem | |
| start | |
| data | |
| height | |
額外的繼承成員 | |
靜態公開屬性 繼承自 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 |