公開方法(Public Methods) | |
| DataMatrixBarcode () | |
| DataMatrixBarcode (IPoint start, String data) | |
| String | ToString () |
| Returns the string that can be sent to printer. 更多... | |
| String | toString () |
公開方法(Public Methods) 繼承自 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 Methods) 繼承自 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 Methods) 繼承自 com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix | |
| ADataMatrix () | |
| ADataMatrix (IPoint start, String data) | |
保護屬性 繼承自 com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix | |
| char | ctrlCharDelimiter = CTRL_DELIM_PGL |
靜態保護屬性 繼承自 com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix | |
| 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().