UniPRT SDK v1.0.0.0
 
載入中...
搜尋中...
無符合項目
LabelMaker.Interfaces.IBarcode1D.BarcodeItem 類別 參考文件
類別LabelMaker.Interfaces.IBarcode1D.BarcodeItem的繼承圖:
LabelMaker.Interfaces.IBarcode1D.ABarcodeItem LabelMaker.Interfaces.IBarcode1D.IBarcodeItem

公開方法(Public Methods)

 __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)
 

公開屬性

 height
 
- 公開屬性 繼承自 LabelMaker.Interfaces.IBarcode1D.ABarcodeItem
 start
 
 data
 
 height
 

額外的繼承成員

- 靜態公開屬性 繼承自 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

此類別(class) 文件是由下列檔案中產生: