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