Public 成员函数 | |
| DataMatrixBarcode () | |
| DataMatrixBarcode (IPoint start, String data) | |
| String | ToString () |
| Returns the string that can be sent to printer. 更多... | |
| String | toString () |
Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix | |
| boolean | IsRectangle () |
| 将条码形状设置为矩形,否则默认为正方形。 更多... | |
| void | SetRectangle (boolean rectangle) |
| Tuple< Integer, Integer > | GetRowsCols () |
| 指定条码的行数和列数,以手动设置条码矩阵的尺寸。 更多... | |
| void | SetRowsCols (Tuple< Integer, Integer > rowsCols) |
| String | GetCtrlChar (int decimalCharValue) |
| 获取代表范围为0-31的不可打印控制字符的字符串。 更多... | |
| String | GetFNC1 () |
| 获取代表FNC1字符的字符串,以便将其包含在条码数据中。 更多... | |
| ICellSquare | GetCellSize () |
| 条码单元格大小。较大的单元格会导致条码占用更大的区域。 更多... | |
| void | SetCellSize (ICellSquare cellSize) |
Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D | |
| IRuler | GetRuler () |
| 打印分辨率可以设置为英寸或毫米刻度。设置/更新其中一种刻度会导致两者都被更新。 更多... | |
| void | SetRuler (IRuler ruler) |
| IPoint | GetStart () |
| 条码开始的位置。 更多... | |
| void | SetStart (IPoint start) |
| String | GetData () |
| 条码内容。 更多... | |
| void | SetData (String data) |
| RotateEnum | GetRotation () |
| void | SetRotation (RotateEnum rotation) |
额外继承的成员函数 | |
Protected 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix | |
| ADataMatrix () | |
| ADataMatrix (IPoint start, String data) | |
Protected 属性 继承自 com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix | |
| char | ctrlCharDelimiter = CTRL_DELIM_PGL |
静态 Protected 属性 继承自 com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix | |
| static final char | CTRL_DELIM_PGL = '\u000E' |
| static final char | CTRL_DELIM_TSPL = '~' |
| com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.DataMatrixBarcode | ( | ) |
| com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.DataMatrixBarcode | ( | IPoint | start, |
| String | data | ||
| ) |
| String com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.ToString | ( | ) |
Returns the string that can be sent to printer.
重载 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D .
引用了 com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.toString().
| String com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.toString | ( | ) |
重载 com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix .
引用了 com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.ClearParameterLines(), com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.Barcode_Type2D.DMATRIX, com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.GetBarcodeType2D(), com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix.GetCellSize(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetData(), com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.GetNewParameterLine(), com.UniPRT.Sdk.LabelMaker.TsplLib.ITsplParamLine< T >.GetParameters(), com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.GetPrintableDataFrameChar(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRotation(), com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.GetRotation(), com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix.GetRowsCols(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRuler(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetStart(), com.UniPRT.Sdk.Utilities.Tuple< X, Y >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.Utilities.Tuple< X, Y >.GetY(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix.IsRectangle(), com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.LINE_TERMINATOR, com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.Rotation.None, com.UniPRT.Sdk.LabelMaker.PrintPlane.Round(), com.UniPRT.Sdk.LabelMaker.TsplLib.ITsplParamLine< T >.SetPrefix(), com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots() , 以及 com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.toString().
被这些函数引用 com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode.ToString().