UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Interface.IBarcode1D Interface Reference
Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Interface.IBarcode1D:
com.UniPRT.Sdk.LabelMaker.Interface.IBarcode_1D_Properties com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeType1D com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D com.UniPRT.Sdk.LabelMaker.PGL.Barcode1D com.UniPRT.Sdk.LabelMaker.TSPL.Barcode1D

Public Member Functions

List< IBarcodeItemGetBarcodes ()
 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...
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.IBarcode_1D_Properties
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)
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeType1D
BarcodeTypeEnum_1D GetBarcodeType ()
 Identify the barcode type. Refer to BarcodeTypeEnum_1D for possible supported types. More...
 
void SetBarcodeType (BarcodeTypeEnum_1D type)
 

Member Function Documentation

◆ GetBarcodes()

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.

◆ SetBarcodes()

void com.UniPRT.Sdk.LabelMaker.Interface.IBarcode1D.SetBarcodes ( List< IBarcodeItem barcodes)

◆ ToString()

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.


The documentation for this interface was generated from the following file: