公開方法(Public Methods) | |
| BarcodeItem (IPoint start, String data) | |
| BarcodeItem (IPoint start, float height, String data) | |
公開方法(Public Methods) 繼承自 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 Methods) 繼承自 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 | ||
| ) |