Public 成员函数 | |
| Barcode1D (PGL.Barcode_Type1D bcdType, int sr, int sc, String data) | |
| Barcode1D (Barcode_1D_Properties bcdProps, int sr, int sc, String data) | |
| String | toString () |
| String | GetMagnification () |
| void | SetMagnification (String magnification) |
| float | GetHeight () |
| void | SetHeight (float height) |
| PGL.Rotation | GetRotation () |
| void | SetRotation (PGL.Rotation rotation) |
| boolean | IsPDF () |
| void | SetPDF (boolean pdf) |
| boolean | IsPdfLocTop () |
| void | SetPdfLocTop (boolean pdfLocTop) |
| String | GetData () |
| void | SetData (String data) |
| int | GetSr () |
| void | SetSr (int sr) |
| int | GetSc () |
| void | SetSc (int sc) |
| PGL.Barcode_Type1D | GetBcdType () |
| void | SetBcdType (PGL.Barcode_Type1D bcdType) |
Private 属性 | |
| PglCmd | cmd = new PglCmd(false, "BARCODE", "STOP") |
| String | magnification = "" |
| float | height = -1.0f |
| PGL.Rotation | rotation = PGL.Rotation.None |
| boolean | pdf = false |
| boolean | pdfLocTop = false |
| String | data |
| int | sr |
| int | sc |
| PGL.Barcode_Type1D | bcdType = PGL.Barcode_Type1D.NOT_DEFINED |
| com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D | ( | PGL.Barcode_Type1D | bcdType, |
| int | sr, | ||
| int | sc, | ||
| String | data | ||
| ) |
| com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D | ( | Barcode_1D_Properties | bcdProps, |
| int | sr, | ||
| int | sc, | ||
| String | data | ||
| ) |
引用了 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.data, com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetHeight(), com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetMagnification(), com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetRotation(), com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.getType(), com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.IsPrintHumanReadable(), com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.IsPrintHumanReadableOnTop(), com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.rotation, com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.sc , 以及 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.sr.
| PGL.Barcode_Type1D com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.GetBcdType | ( | ) |
| String com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.GetData | ( | ) |
| float com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.GetHeight | ( | ) |
| String com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.GetMagnification | ( | ) |
| PGL.Rotation com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.GetRotation | ( | ) |
| int com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.GetSc | ( | ) |
| int com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.GetSr | ( | ) |
| boolean com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.IsPDF | ( | ) |
| boolean com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.IsPdfLocTop | ( | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.SetBcdType | ( | PGL.Barcode_Type1D | bcdType | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.SetData | ( | String | data | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.SetHeight | ( | float | height | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.SetMagnification | ( | String | magnification | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.SetPDF | ( | boolean | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.SetPdfLocTop | ( | boolean | pdfLocTop | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.SetRotation | ( | PGL.Rotation | rotation | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.SetSc | ( | int | sc | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.SetSr | ( | int | sr | ) |
| String com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.toString | ( | ) |
引用了 com.UniPRT.Sdk.LabelMaker.PglLib.APglCmd.ClearParameterLines(), com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.cmd, com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.data, com.UniPRT.Sdk.LabelMaker.PglLib.PGL.GetBarcodeType1D(), 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.PglLib.PGL.GetRotation(), com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.height, com.UniPRT.Sdk.LabelMaker.PglLib.PGL.LINE_TERMINATOR, com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.magnification, com.UniPRT.Sdk.LabelMaker.PglLib.PGL.Rotation.None, com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.pdf, com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.pdfLocTop, com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.rotation, com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.sc, com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.sr , 以及 com.UniPRT.Sdk.LabelMaker.PglLib.APglCmd.toString().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |