|
| | __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) |
| |
| | __init__ (self, IPoint start, str data) |
| |
◆ __init__()
| 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.
- Parameters
-
| start | The starting point of the barcode. Optional. |
| data | The data encoded in the barcode. Optional. |
| height | The height of the barcode. Optional. |
◆ from_coordinates()
| LabelMaker.Interfaces.IBarcode1D.BarcodeItem.from_coordinates |
( |
| cls, |
|
|
float | x_start, |
|
|
float | y_start, |
|
|
str | data, |
|
|
Optional[float] | height = None ) |
The documentation for this class was generated from the following file:
- /Users/bob_huang/Documents/Project/UniPRTSDK_python/LabelMaker/Interfaces/IBarcode1D.py