公開方法(Public Methods) | |
List< IBarcodeItem > | GetBarcodes () |
使用相同設置的條碼項目列表。 更多... | |
void | SetBarcodes (List< IBarcodeItem > barcodes) |
void | AddBarcode (IBarcodeItem barcode) |
BarcodeTypeEnum_1D | GetBarcodeType () |
識別條碼類型。請參考 BarcodeTypeEnum_1D 了解支援的類型。 更多... | |
void | SetBarcodeType (BarcodeTypeEnum_1D barcodeType) |
IRuler | GetRuler () |
用於定位和高度的尺規。 更多... | |
void | SetRuler (IRuler ruler) |
IBarWidths | GetBarWidths () |
條碼放大倍率。窄/寬條的寬度。 更多... | |
void | SetBarWidths (IBarWidths barWidths) |
boolean | IsPrintHumanReadable () |
在條碼底部打印可讀的PDF文字。 更多... | |
void | SetPrintHumanReadable (boolean printHumanReadable) |
RotateEnum | GetRotation () |
void | SetRotation (RotateEnum rotation) |
String | ToString () |
返回可發送到打印機的字符串。 更多... | |
保護方法(Protected Methods) | |
ABarcode1D () | |
ABarcode1D (IBarcodeItem barcode) | |
私有屬性 | |
List< IBarcodeItem > | barcodes = null |
BarcodeTypeEnum_1D | barcodeType |
IRuler | ruler |
IBarWidths | barWidths |
boolean | printHumanReadable |
RotateEnum | rotation |
|
protected |
|
protected |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.AddBarcode | ( | IBarcodeItem | barcode | ) |
List<IBarcodeItem> com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetBarcodes | ( | ) |
BarcodeTypeEnum_1D com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetBarcodeType | ( | ) |
識別條碼類型。請參考 BarcodeTypeEnum_1D 了解支援的類型。
實作 com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeType1D.
參考 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.barcodeType.
被參考於 com.UniPRT.Sdk.LabelMaker.PGL.Barcode1D.toString(), 及 com.UniPRT.Sdk.LabelMaker.TSPL.Barcode1D.toString().
IBarWidths com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetBarWidths | ( | ) |
RotateEnum com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetRotation | ( | ) |
IRuler com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetRuler | ( | ) |
boolean com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.IsPrintHumanReadable | ( | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetBarcodes | ( | List< IBarcodeItem > | barcodes | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetBarcodeType | ( | BarcodeTypeEnum_1D | barcodeType | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetBarWidths | ( | IBarWidths | barWidths | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetPrintHumanReadable | ( | boolean | printHumanReadable | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetRotation | ( | RotateEnum | rotation | ) |
void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.SetRuler | ( | IRuler | ruler | ) |
String com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.ToString | ( | ) |
返回可發送到打印機的字符串。
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |