Public 成员函数 | |
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. 更多... | |
abstract String | toString () |
Private 属性 | |
IRuler | ruler |
IPoint | start |
String | data |
RotateEnum | rotation = RotateEnum.None |
String com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetData | ( | ) |
条码内容。
实现了 com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem_2D.
引用了 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.data.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString() , 以及 com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.toString().
RotateEnum com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRotation | ( | ) |
实现了 com.UniPRT.Sdk.LabelMaker.Interface.IRotation.
引用了 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.rotation.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString() , 以及 com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.toString().
IRuler com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRuler | ( | ) |
打印分辨率可以设置为英寸或毫米刻度。设置/更新其中一种刻度会导致两者都被更新。
打印分辨率必须与印表机的分辨率匹配。如果分辨率与印表机不匹配,将导致打印错误。
实现了 com.UniPRT.Sdk.LabelMaker.Interface.IPositionRuler.
引用了 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.ruler.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString() , 以及 com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.toString().
IPoint com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetStart | ( | ) |
条码开始的位置。
实现了 com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem_2D.
引用了 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.start.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.toString(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.toString() , 以及 com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.toString().
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetData | ( | String | data | ) |
实现了 com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem_2D.
引用了 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.data.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.AAztecBarcode(), com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix.ADataMatrix(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.APdf417() , 以及 com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode.AQRBarcode().
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetRotation | ( | RotateEnum | rotation | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetRuler | ( | IRuler | ruler | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetStart | ( | IPoint | start | ) |
实现了 com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem_2D.
引用了 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.start.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.AAztecBarcode(), com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix.ADataMatrix(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.APdf417() , 以及 com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode.AQRBarcode().
|
abstract |
Returns the string that can be sent to printer.
实现了 com.UniPRT.Sdk.LabelMaker.Interface.IBarcode2D.
被 com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode, com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode, com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode, com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode, com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode, com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode, com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode , 以及 com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode 重载.
|
abstract |
被 com.UniPRT.Sdk.LabelMaker.Abstract.APdf417, com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix, com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode, com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode, com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode, com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode, com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode, com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode, com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode, com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode, com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode , 以及 com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode 重载.
|
private |
被这些函数引用 com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.AAztecBarcode(), com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix.ADataMatrix(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.APdf417(), com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode.AQRBarcode(), com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.AztecBarcode(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.AztecBarcode(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.DataMatrixBarcode(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.DataMatrixBarcode(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetData(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.QRBarcode(), com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.QRBarcode() , 以及 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetData().
|
private |
|
private |
|
private |
被这些函数引用 com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.AAztecBarcode(), com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix.ADataMatrix(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.APdf417(), com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode.AQRBarcode(), com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.AztecBarcode(), com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode.AztecBarcode(), com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.DataMatrixBarcode(), com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.DataMatrixBarcode(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetStart(), com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode(), com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode(), com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode.QRBarcode(), com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode.QRBarcode() , 以及 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetStart().