UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
LabelMaker.Interfaces.IBcdPdf417.APdf417类 参考

PDF417条形码的基类。 更多...

类 LabelMaker.Interfaces.IBcdPdf417.APdf417 继承关系图:
LabelMaker.Interfaces.IBarcode2D.ABarcode2D LabelMaker.Interfaces.IBarcode2D.IRectangleCell LabelMaker.Interfaces.IBarcode2D.IBarcode2D LabelMaker.Interfaces.IBarcode2D.IBarcodeItem2D LabelMaker.Interfaces.IBarcode2D.IPositionRuler LabelMaker.Interfaces.ISettings.IRotation LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode

Public 成员函数

 __init__ (self, IPoint start, str data)
 初始化一个具有起始点和数据的PDF417条形码。
 
int limit_range (self, int value, int minimum, int maximum)
 将值的范围限制在指定的最小值和最大值之间。
 
- Public 成员函数 继承自 LabelMaker.Interfaces.IBarcode2D.ABarcode2D
str __str__ (self)
 

Public 属性

 start
 
 data
 
 cell_size
 
 error_correction
 
 rows
 
 columns
 
- Public 属性 继承自 LabelMaker.Interfaces.IBarcode2D.ABarcode2D
 start
 
 data
 
 ruler
 
 rotation
 

静态 Public 属性

IPoint start
 
str data
 
ICellRect cell_size
 
Pdf417ErrCorrectionEnum error_correction
 
int rows
 
int columns
 
- 静态 Public 属性 继承自 LabelMaker.Interfaces.IBarcode2D.IBarcodeItem2D
IPoint start
 
str data
 
- 静态 Public 属性 继承自 LabelMaker.Interfaces.IBarcode2D.IPositionRuler
IRuler ruler
 
- 静态 Public 属性 继承自 LabelMaker.Interfaces.ISettings.IRotation
RotateEnum rotation
 
- 静态 Public 属性 继承自 LabelMaker.Interfaces.IBarcode2D.IRectangleCell
ICellRect cell_size
 

详细描述

PDF417条形码的基类。

该类提供了创建PDF417条形码的基本结构和功能,包括起始点、数据、单元格大小、错误校正级别 以及行数和列数等属性。

构造及析构函数说明

◆ __init__()

LabelMaker.Interfaces.IBcdPdf417.APdf417.__init__ ( self,
IPoint start,
str data )

初始化一个具有起始点和数据的PDF417条形码。

此构造函数使用指定的起始点和数据内容初始化PDF417条形码,并设置单元格大小、错误校正级别、 行数和列数的默认值。

参数
start条形码的起始点或位置。
data要编码的条形码数据。

重载 LabelMaker.Interfaces.IBarcode2D.ABarcode2D .

LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode , 以及 LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode 重载.

成员函数说明

◆ limit_range()

int LabelMaker.Interfaces.IBcdPdf417.APdf417.limit_range ( self,
int value,
int minimum,
int maximum )

将值的范围限制在指定的最小值和最大值之间。

该方法通过返回最小值(如果值低于最小值)、最大值(如果值高于最大值)或值本身(如果在范围内) 来确保提供的值保持在定义的范围内。

参数
value要限制的值。
minimum最小允许值。
maximum最大允许值。
返回
返回限制在最小值和最大值范围内的值。

LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode 重载.

类成员变量说明

◆ cell_size [1/2]

ICellRect LabelMaker.Interfaces.IBcdPdf417.APdf417.cell_size
static

◆ cell_size [2/2]

LabelMaker.Interfaces.IBcdPdf417.APdf417.cell_size

◆ columns [1/2]

int LabelMaker.Interfaces.IBcdPdf417.APdf417.columns
static

◆ columns [2/2]

LabelMaker.Interfaces.IBcdPdf417.APdf417.columns

◆ data [1/2]

str LabelMaker.Interfaces.IBcdPdf417.APdf417.data
static

◆ data [2/2]

LabelMaker.Interfaces.IBcdPdf417.APdf417.data

◆ error_correction [1/2]

Pdf417ErrCorrectionEnum LabelMaker.Interfaces.IBcdPdf417.APdf417.error_correction
static

◆ error_correction [2/2]

LabelMaker.Interfaces.IBcdPdf417.APdf417.error_correction

◆ rows [1/2]

int LabelMaker.Interfaces.IBcdPdf417.APdf417.rows
static

◆ rows [2/2]

LabelMaker.Interfaces.IBcdPdf417.APdf417.rows

◆ start [1/2]

IPoint LabelMaker.Interfaces.IBcdPdf417.APdf417.start
static

◆ start [2/2]

LabelMaker.Interfaces.IBcdPdf417.APdf417.start

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