1D 條碼的非預設參數。 更多...
公開方法(Public Methods) | |
| Barcode_1D_Properties () | |
| PGL.Barcode_Type1D | getType () |
| 設置條碼類型以應用這些參數。 更多... | |
| void | SetType (PGL.Barcode_Type1D type) |
| PGL.Rotation | GetRotation () |
| 可選旋轉,DIR,根據 PGL 文檔。 更多... | |
| void | SetRotation (PGL.Rotation rotation) |
| String | GetMagnification () |
| 可選放大倍率,MAG,根據 PGL 文檔。 更多... | |
| void | SetMagnification (String magnification) |
| float | GetHeight () |
| 可選高度,Hn[.m],根據 PGL 文檔。 更多... | |
| void | SetHeight (float height) |
| boolean | IsPrintHumanReadable () |
| 在條碼底部打印 PDF 人類可讀內容。 更多... | |
| void | SetPrintHumanReadable (boolean printHumanReadable) |
| boolean | IsPrintHumanReadableOnTop () |
| 在條碼頂部打印 PDF 人類可讀內容。 更多... | |
| void | SetPrintHumanReadableOnTop (boolean printHumanReadableOnTop) |
私有屬性 | |
| PGL.Barcode_Type1D | type = PGL.Barcode_Type1D.NOT_DEFINED |
| PGL.Rotation | rotation = PGL.Rotation.None |
| String | magnification = "" |
| float | height = 0.0f |
| boolean | printHumanReadable = false |
| boolean | printHumanReadableOnTop = false |
1D 條碼的非預設參數。
| com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.Barcode_1D_Properties | ( | ) |
| float com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetHeight | ( | ) |
可選高度,Hn[.m],根據 PGL 文檔。
參考 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.height.
被參考於 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D().
| String com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetMagnification | ( | ) |
| PGL.Rotation com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetRotation | ( | ) |
| PGL.Barcode_Type1D com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.getType | ( | ) |
| boolean com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.IsPrintHumanReadable | ( | ) |
| boolean com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.IsPrintHumanReadableOnTop | ( | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetHeight | ( | float | height | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetMagnification | ( | String | magnification | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetPrintHumanReadable | ( | boolean | printHumanReadable | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetPrintHumanReadableOnTop | ( | boolean | printHumanReadableOnTop | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetRotation | ( | PGL.Rotation | rotation | ) |
| void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetType | ( | PGL.Barcode_Type1D | type | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |