Public Member Functions | |
| BarcodeItem (IPoint start, String data) | |
| BarcodeItem (IPoint start, float height, String data) | |
Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.ABarcodeItem | |
| IPoint | GetStart () |
| Position where barcode starts. More... | |
| void | SetStart (IPoint start) |
| String | GetData () |
| The barcode content. More... | |
| void | SetData (String data) |
| float | GetHeight () |
| Barcode Height. Expressed in units of Ruler. More... | |
| void | SetHeight (float height) |
Additional Inherited Members | |
Protected Member Functions inherited from 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 | ||
| ) |