UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode类 参考
类 com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode 继承关系图:
com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D com.UniPRT.Sdk.LabelMaker.Interface.ISquareCell com.UniPRT.Sdk.LabelMaker.Interface.IBarcode2D com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem_2D com.UniPRT.Sdk.LabelMaker.Interface.IPositionRuler com.UniPRT.Sdk.LabelMaker.Interface.IRotation

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 = '~'
 

构造及析构函数说明

◆ DataMatrixBarcode() [1/2]

com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode.DataMatrixBarcode ( )

◆ DataMatrixBarcode() [2/2]

成员函数说明

◆ ToString()

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().

◆ 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().


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