公開方法(Public Methods) | |
| IPoint | GetStart () |
| 條碼開始的位置。 更多... | |
| void | SetStart (IPoint start) |
| String | GetData () |
| 條碼內容。 更多... | |
| void | SetData (String data) |
| float | GetHeight () |
| 條碼高度。以標尺單位表示。 更多... | |
| void | SetHeight (float height) |
保護方法(Protected Methods) | |
| ABarcodeItem (IPoint start, String data) | |
私有屬性 | |
| 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 |