UniPRT SDK v2.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.Interfaces.IBarcode1D.BarcodeItem Class Reference
Inheritance diagram for LabelMaker.Interfaces.IBarcode1D.BarcodeItem:
LabelMaker.Interfaces.IBarcode1D.ABarcodeItem LabelMaker.Interfaces.IBarcode1D.IBarcodeItem

Public Member Functions

 __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 Member Functions inherited from LabelMaker.Interfaces.IBarcode1D.ABarcodeItem
 __init__ (self, IPoint start, str data)
 

Additional Inherited Members

- Public Attributes inherited from LabelMaker.Interfaces.IBarcode1D.ABarcodeItem
 start = start
 
 data = data
 
float height = 0.0
 

Constructor & Destructor Documentation

◆ __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
startThe starting point of the barcode. Optional.
dataThe data encoded in the barcode. Optional.
heightThe height of the barcode. Optional.

Member Function Documentation

◆ 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: