ABarcodeItem 条码的基类。 更多...
#include <ABarcodeItem.h>
构造函数 | |
| (instancetype) | - initWithStart:data: |
额外继承的成员函数 | |
属性 继承自 <IBarcodeItem> | |
| id< IPoint > | start |
| 条形码开始的位置。 | |
| float | height |
| 条形码高度。以标尺单位表示。 | |
| NSString * | data |
| 条形码的内容。 | |
ABarcodeItem 条码的基类。
| - (instancetype) initWithStart: | (id<IPoint>) | start | |
| data: | (NSString *) | data |
被 BarcodeItem 重载.