#include <Barcode_1D.h>
构造函数 | |
| (instancetype) | - init |
| 初始化 Barcode_1D 类的新实例。 | |
| (instancetype) | - initWithBarcodeItem: |
| 使用指定的条码项初始化 Barcode_1D 类的新实例。 | |
| (NSString *) | - description |
| 返回可以发送到印表机的字符串。 | |
额外继承的成员函数 | |
属性 继承自 ABarcode1D | |
| NSMutableArray< id< IBarcodeItem > > * | barcodes |
| BarcodeTypeEnum1D | barcodeType |
| id< IRuler > | ruler |
| id< IBarWidths > | barWidths |
| BOOL | printHumanReadable |
| RotateEnum | rotation |
属性 继承自 <IBarcode1D> | |
| NSMutableArray< id< IBarcodeItem > > * | barcodes |
| 条码项目的数组。 | |
属性 继承自 <IBarcode_1D_Properties> | |
| id< IRuler > | ruler |
| 用于定位和高度的标尺。 | |
| id< IBarWidths > | barWidths |
| 条码放大。窄条/宽条的宽度。 | |
| BOOL | printHumanReadable |
| 在条码底部打印可读的PDF文本。 | |
属性 继承自 <IRotation> | |
| RotateEnum | rotation |
属性 继承自 <IBarcodeType1D> | |
| BarcodeTypeEnum1D | barcodeType |
| - (NSString *) description |
返回可以发送到印表机的字符串。
该方法生成 Barcode_1D 实例的字符串表示形式, 格式化并准备好发送到印表机。字符串包括在 TSPL 中打印所需的所有命令和数据。
重载 <IBarcode1D> .
| - (instancetype) init |
| - (instancetype) initWithBarcodeItem: | (id< IBarcodeItem >) | barcode |