UniPRT SDK v1.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 Attributes

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

Additional Inherited Members

- Static Public Attributes inherited from LabelMaker.Interfaces.IBarcode1D.IBarcodeItem
IPoint start
 
float height
 
str data
 

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.

Reimplemented from LabelMaker.Interfaces.IBarcode1D.ABarcodeItem.

Member Function Documentation

◆ from_coordinates()

LabelMaker.Interfaces.IBarcode1D.BarcodeItem.from_coordinates ( cls,
float x_start,
float y_start,
str data,
Optional[float] height = None )

Member Data Documentation

◆ height

LabelMaker.Interfaces.IBarcode1D.BarcodeItem.height

The documentation for this class was generated from the following file: