UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
LabelMaker.Interfaces.IBarcode1D.BarcodeItem类 参考
类 LabelMaker.Interfaces.IBarcode1D.BarcodeItem 继承关系图:
LabelMaker.Interfaces.IBarcode1D.ABarcodeItem LabelMaker.Interfaces.IBarcode1D.IBarcodeItem

Public 成员函数

 __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 属性

 height
 
- Public 属性 继承自 LabelMaker.Interfaces.IBarcode1D.ABarcodeItem
 start
 
 data
 
 height
 

额外继承的成员函数

- 静态 Public 属性 继承自 LabelMaker.Interfaces.IBarcode1D.IBarcodeItem
IPoint start
 
float height
 
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.

参数
start条形码的起始点。可选。
data条形码中编码的数据。可选。
height条形码的高度。可选。

重载 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

该类的文档由以下文件生成: