Public Member Functions | |
List< IBarcodeItem > | GetBarcodes () |
List of barcode items that use the same settings. More... | |
void | SetBarcodes (List< IBarcodeItem > barcodes) |
String | ToString () |
Returns the string that can be sent to printer. More... | |
![]() | |
IRuler | GetRuler () |
Ruler to use for positioning and Height. More... | |
void | SetRuler (IRuler ruler) |
IBarWidths | GetBarWidths () |
Barcode magnification. Width of Narrow/Wide bars. More... | |
void | SetBarWidths (IBarWidths barWidths) |
boolean | IsPrintHumanReadable () |
Prints the PDF human readable at bottom of barcode. More... | |
void | SetPrintHumanReadable (boolean printHumanReadable) |
![]() | |
BarcodeTypeEnum_1D | GetBarcodeType () |
Identify the barcode type. Refer to BarcodeTypeEnum_1D for possible supported types. More... | |
void | SetBarcodeType (BarcodeTypeEnum_1D type) |
List<IBarcodeItem> com.UniPRT.Sdk.LabelMaker.Interface.IBarcode1D.GetBarcodes | ( | ) |
List of barcode items that use the same settings.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.
void com.UniPRT.Sdk.LabelMaker.Interface.IBarcode1D.SetBarcodes | ( | List< IBarcodeItem > | barcodes | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.
String com.UniPRT.Sdk.LabelMaker.Interface.IBarcode1D.ToString | ( | ) |
Returns the string that can be sent to printer.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.