Public Member Functions | |
| Barcode1D () | |
| Barcode1D (IBarcodeItem barcode) | |
| String | toString () |
Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D | |
| List< IBarcodeItem > | GetBarcodes () |
| List of barcode items that use the same settings. More... | |
| void | SetBarcodes (List< IBarcodeItem > barcodes) |
| void | AddBarcode (IBarcodeItem barcode) |
| BarcodeTypeEnum_1D | GetBarcodeType () |
| Identify the barcode type. Refer to BarcodeTypeEnum_1D for possible supported types. More... | |
| void | SetBarcodeType (BarcodeTypeEnum_1D barcodeType) |
| 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) |
| RotateEnum | GetRotation () |
| void | SetRotation (RotateEnum rotation) |
| String | ToString () |
| Returns the string that can be sent to printer. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D | |
| ABarcode1D () | |
| ABarcode1D (IBarcodeItem barcode) | |
| com.UniPRT.Sdk.LabelMaker.TSPL.Barcode1D.Barcode1D | ( | ) |
| com.UniPRT.Sdk.LabelMaker.TSPL.Barcode1D.Barcode1D | ( | IBarcodeItem | barcode | ) |
| String com.UniPRT.Sdk.LabelMaker.TSPL.Barcode1D.toString | ( | ) |
References com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetBarcodes(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetBarcodeType(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetBarWidths(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.GetRuler(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode1D.IsPrintHumanReadable(), com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode1D.SetHeight(), com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots(), and com.UniPRT.Sdk.LabelMaker.PrintPlane.ToInch().