Public 成员函数 | |
| BarcodeItem (IPoint start, String data) | |
| BarcodeItem (IPoint start, float height, String data) | |
Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcodeItem | |
| IPoint | GetStart () |
| 条码开始的位置。 更多... | |
| void | SetStart (IPoint start) |
| String | GetData () |
| 条码内容。 更多... | |
| void | SetData (String data) |
| float | GetHeight () |
| 条码高度。以标尺单位表示。 更多... | |
| void | SetHeight (float height) |
额外继承的成员函数 | |
Protected 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcodeItem | |
| ABarcodeItem (IPoint start, String data) | |
| com.UniPRT.Sdk.LabelMaker.BarcodeItem.BarcodeItem | ( | IPoint | start, |
| String | data | ||
| ) |
| com.UniPRT.Sdk.LabelMaker.BarcodeItem.BarcodeItem | ( | IPoint | start, |
| float | height, | ||
| String | data | ||
| ) |