◆ __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. |
Reimplemented from LabelMaker.Interfaces.IBarcode1D.ABarcodeItem.
◆ from_coordinates()
LabelMaker.Interfaces.IBarcode1D.BarcodeItem.from_coordinates |
( |
| cls, |
|
|
float | x_start, |
|
|
float | y_start, |
|
|
str | data, |
|
|
Optional[float] | height = None ) |
◆ height
LabelMaker.Interfaces.IBarcode1D.BarcodeItem.height |
The documentation for this class was generated from the following file:
- /Users/realbuber/Documents/Project/UniPRTSDK_python/LabelMaker/Interfaces/IBarcode1D.py