Aztec 2D 条码的基类。 更多...
Public 成员函数 | |
ICellSquare | GetCellSize () |
条码单元格大小。较大的单元格会导致条码占用更大的区域。 更多... | |
void | SetCellSize (ICellSquare cellSize) |
AztecCodeTypeEnum | GetType () |
void | SetType (AztecCodeTypeEnum type) |
int | GetFixedErrCorrection () |
此百分比错误校正值仅适用于 AztecCodeTypeEnum.FixedErrCorrection 更多... | |
void | SetFixedErrCorrection (int fixedErrCorrection) |
int | GetLayers () |
用于 AztecCodeTypeEnum.Compact 或 AztecCodeTypeEnum.Full 条码类型的层数。 更多... | |
void | SetLayers (int layers) |
abstract String | toString () |
![]() | |
IRuler | GetRuler () |
打印分辨率可以设置为英寸或毫米刻度。设置/更新其中一种刻度会导致两者都被更新。 更多... | |
void | SetRuler (IRuler ruler) |
IPoint | GetStart () |
条码开始的位置。 更多... | |
void | SetStart (IPoint start) |
String | GetData () |
条码内容。 更多... | |
void | SetData (String data) |
RotateEnum | GetRotation () |
void | SetRotation (RotateEnum rotation) |
abstract String | ToString () |
Returns the string that can be sent to printer. 更多... | |
Protected 成员函数 | |
AAztecBarcode () | |
AAztecBarcode (IPoint start, String data) | |
int | GetLayersWithinRange () |
Private 成员函数 | |
int | GetLayersWithinRange (int layers) |
Private 属性 | |
ICellSquare | cellSize = Defaults.GetCellSize() |
AztecCodeTypeEnum | type = AztecCodeTypeEnum.Default |
int | fixedErrCorrection = 23 |
int | layers = 1 |
Aztec 2D 条码的基类。
|
protected |
|
protected |
ICellSquare com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.GetCellSize | ( | ) |
条码单元格大小。较大的单元格会导致条码占用更大的区域。
实现了 com.UniPRT.Sdk.LabelMaker.Interface.ISquareCell.
引用了 com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.cellSize.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString() , 以及 com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString().
int com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.GetFixedErrCorrection | ( | ) |
此百分比错误校正值仅适用于 AztecCodeTypeEnum.FixedErrCorrection
有效范围:1 - 99。任何超出范围的值将被忽略并限制在范围内。
引用了 com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.fixedErrCorrection.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString() , 以及 com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString().
int com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.GetLayers | ( | ) |
用于 AztecCodeTypeEnum.Compact 或 AztecCodeTypeEnum.Full 条码类型的层数。
有效范围:AztecCodeTypeEnum.Compact 条码类型为 1 - 4。
有效范围:AztecCodeTypeEnum.Full 条码类型为 1 - 32。
任何超出范围的值将被忽略并限制在范围内。
引用了 com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.layers.
|
protected |
引用了 com.UniPRT.Sdk.LabelMaker.Enum.AztecCodeTypeEnum.Compact, com.UniPRT.Sdk.LabelMaker.Enum.AztecCodeTypeEnum.Full, com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.layers , 以及 com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.type.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.SetLayers(), com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString() , 以及 com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString().
|
private |
AztecCodeTypeEnum com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.GetType | ( | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.SetCellSize | ( | ICellSquare | cellSize | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.SetFixedErrCorrection | ( | int | fixedErrCorrection | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.SetLayers | ( | int | layers | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.SetType | ( | AztecCodeTypeEnum | type | ) |
|
abstract |
|
private |
|
private |
|
private |
被这些函数引用 com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.CalculateAztecModuleCount(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.CalculateTotalCodewordsForLayers(), com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.GetLayers(), com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.GetLayersWithinRange() , 以及 com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.SetLayers().
|
private |