UniPRT SDK v1.0.0.0
 
載入中...
搜尋中...
無符合項目
LabelMaker.Interfaces.IBcdQRCode.AQRBarcode 類別 參考文件

QR Code 2D條碼的基類。 更多...

類別LabelMaker.Interfaces.IBcdQRCode.AQRBarcode的繼承圖:
LabelMaker.Interfaces.IBarcode2D.ABarcode2D LabelMaker.Interfaces.IBarcode2D.ISquareCell LabelMaker.Interfaces.IBarcode2D.IBarcode2D LabelMaker.Interfaces.IBarcode2D.IBarcodeItem2D LabelMaker.Interfaces.IBarcode2D.IPositionRuler LabelMaker.Interfaces.ISettings.IRotation LabelMaker.PGL.QRBarcode.QRBarcode LabelMaker.TSPL.QRBarcode.QRBarcode

公開方法(Public Methods)

 __init__ (self, IPoint start, Optional[str] data=None, Optional[List[List[str]]] manually_encoded_data=None)
 初始化具有起始點和可選數據的QR Code。
 
- 公開方法(Public Methods) 繼承自 LabelMaker.Interfaces.IBarcode2D.ABarcode2D
str __str__ (self)
 

公開屬性

 data_manually_encoded
 
 mask
 
 model
 
 error_correction
 
 cell_size
 
- 公開屬性 繼承自 LabelMaker.Interfaces.IBarcode2D.ABarcode2D
 start
 
 data
 
 ruler
 
 rotation
 

靜態公開屬性

IPoint start
 
str data
 
List data_manually_encoded [List[str]]
 
QRCodeMaskEnum mask
 
QRCodeModelEnum model
 
QRCodeErrorCorrectionEnum error_correction
 
ICellSquare cell_size
 
- 靜態公開屬性 繼承自 LabelMaker.Interfaces.IBarcode2D.IBarcodeItem2D
IPoint start
 
str data
 
- 靜態公開屬性 繼承自 LabelMaker.Interfaces.IBarcode2D.IPositionRuler
IRuler ruler
 
- 靜態公開屬性 繼承自 LabelMaker.Interfaces.ISettings.IRotation
RotateEnum rotation
 
- 靜態公開屬性 繼承自 LabelMaker.Interfaces.IBarcode2D.ISquareCell
ICellSquare cell_size
 

詳細描述

QR Code 2D條碼的基類。

QR條碼中編碼的數據可以是自動編碼或手動編碼。除非需要優化存儲在條碼中的數據量,否則應使用自動編碼。

建構子與解構子說明文件

◆ __init__()

LabelMaker.Interfaces.IBcdQRCode.AQRBarcode.__init__ ( self,
IPoint start,
Optional[str] data = None,
Optional[List[List[str]]] manually_encoded_data = None )

初始化具有起始點和可選數據的QR Code。

此構造函數使用指定的起始點和可選的數據內容初始化QR Code。 它允許自動和手動編碼的數據。如果沒有提供數據,則使用空字符串。 應用掩碼、模型、錯誤校正和單元格大小的默認設置。

參數
startQR碼的起始點或位置。
data可選的要編碼在QR碼中的數據。
manually_encoded_data可選的,QR碼的手動編碼數據。

依據LabelMaker.Interfaces.IBarcode2D.ABarcode2D重新實作.

LabelMaker.PGL.QRBarcode.QRBarcode, 及 LabelMaker.TSPL.QRBarcode.QRBarcode重新實作.

資料成員說明文件

◆ cell_size [1/2]

ICellSquare LabelMaker.Interfaces.IBcdQRCode.AQRBarcode.cell_size
static

◆ cell_size [2/2]

LabelMaker.Interfaces.IBcdQRCode.AQRBarcode.cell_size

◆ data

str LabelMaker.Interfaces.IBcdQRCode.AQRBarcode.data
static

◆ data_manually_encoded [1/2]

List LabelMaker.Interfaces.IBcdQRCode.AQRBarcode.data_manually_encoded [List[str]]
static

◆ data_manually_encoded [2/2]

LabelMaker.Interfaces.IBcdQRCode.AQRBarcode.data_manually_encoded

◆ error_correction [1/2]

QRCodeErrorCorrectionEnum LabelMaker.Interfaces.IBcdQRCode.AQRBarcode.error_correction
static

◆ error_correction [2/2]

LabelMaker.Interfaces.IBcdQRCode.AQRBarcode.error_correction

◆ mask [1/2]

QRCodeMaskEnum LabelMaker.Interfaces.IBcdQRCode.AQRBarcode.mask
static

◆ mask [2/2]

LabelMaker.Interfaces.IBcdQRCode.AQRBarcode.mask

◆ model [1/2]

QRCodeModelEnum LabelMaker.Interfaces.IBcdQRCode.AQRBarcode.model
static

◆ model [2/2]

LabelMaker.Interfaces.IBcdQRCode.AQRBarcode.model

◆ start

IPoint LabelMaker.Interfaces.IBcdQRCode.AQRBarcode.start
static

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