Public 成员函数 | |
DataMatrixBarcode () | |
DataMatrixBarcode (IPoint start, String data) | |
String | ToString () |
Returns the string that can be sent to printer. 更多... | |
String | toString () |
![]() | |
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) |
![]() | |
IRuler | GetRuler () |
打印分辨率可以设置为英寸或毫米刻度。设置/更新其中一种刻度会导致两者都被更新。 更多... | |
void | SetRuler (IRuler ruler) |
IPoint | GetStart () |
条码开始的位置。 更多... | |
void | SetStart (IPoint start) |
String | GetData () |
条码内容。 更多... | |
void | SetData (String data) |
RotateEnum | GetRotation () |
void | SetRotation (RotateEnum rotation) |
额外继承的成员函数 | |
![]() | |
ADataMatrix () | |
ADataMatrix (IPoint start, String data) | |
![]() | |
char | ctrlCharDelimiter = CTRL_DELIM_PGL |
![]() | |
static final char | CTRL_DELIM_PGL = '\u000E' |
static final char | CTRL_DELIM_TSPL = '~' |
com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.DataMatrixBarcode | ( | ) |
com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.DataMatrixBarcode | ( | IPoint | start, |
String | data | ||
) |
String com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.ToString | ( | ) |
Returns the string that can be sent to printer.
重载 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D .
引用了 com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString().
String com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.toString | ( | ) |
重载 com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix .
引用了 com.UniPRT.Sdk.LabelMaker.PglLib.APglCmd.ClearParameterLines(), com.UniPRT.Sdk.LabelMaker.PglLib.PGL.Barcode_Type2D.DMATRIX, com.UniPRT.Sdk.LabelMaker.PglLib.PGL.GetBarcodeType2D(), com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix.GetCellSize(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetData(), com.UniPRT.Sdk.LabelMaker.PglLib.APglCmd.GetNewParameterLine(), com.UniPRT.Sdk.LabelMaker.PglLib.IPglParamLine< T >.GetParameters(), com.UniPRT.Sdk.LabelMaker.PglLib.PGL.GetPrintableDataFrameChar(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRotation(), com.UniPRT.Sdk.LabelMaker.PglLib.PGL.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.LabelMaker.Interface.ICellSquare.GetXdim(), 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.PglLib.PGL.LINE_TERMINATOR, com.UniPRT.Sdk.LabelMaker.PglLib.PGL.Rotation.None, com.UniPRT.Sdk.LabelMaker.PrintPlane.Round(), com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots() , 以及 com.UniPRT.Sdk.LabelMaker.PglLib.APglCmd.toString().
被这些函数引用 com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.ToString().