表示一维条形码的类。 更多...
#include <PglBarcode_1D.h>
构造函数 | |
| (instancetype) | - init |
| 初始化PglBarcode_1D类的新实例。 | |
| (instancetype) | - initWithBarcodeItem: |
| 使用指定的条形码项初始化PglBarcode_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 |
表示一维条形码的类。
该类继承自ABarcode1D,并提供了初始化和描述一维条形码的功能。
| - (NSString *) description |
| - (instancetype) init |
| - (instancetype) initWithBarcodeItem: | (id< IBarcodeItem >) | barcode |