表示一維條碼的類。 更多...
#include <PglBarcode_1D.h>
實體方法 | |
(instancetype) | - init |
初始化PglBarcode_1D類的新實例。 | |
(instancetype) | - initWithBarcodeItem: |
使用指定的條碼項初始化PglBarcode_1D類的新實例。 | |
(NSString *) | - description |
返回可以發送到打印機的字符串。 | |
額外的繼承成員 | |
![]() | |
NSMutableArray< id< IBarcodeItem > > * | barcodes |
BarcodeTypeEnum1D | barcodeType |
id< IRuler > | ruler |
id< IBarWidths > | barWidths |
BOOL | printHumanReadable |
RotateEnum | rotation |
![]() | |
NSMutableArray< id< IBarcodeItem > > * | barcodes |
條碼項目的數組。 | |
![]() | |
id< IRuler > | ruler |
用於定位和高度的標尺。 | |
id< IBarWidths > | barWidths |
條碼放大。窄條/寬條的寬度。 | |
BOOL | printHumanReadable |
在條碼底部打印可讀的PDF文本。 | |
![]() | |
RotateEnum | rotation |
![]() | |
BarcodeTypeEnum1D | barcodeType |
表示一維條碼的類。
該類繼承自ABarcode1D,並提供了初始化和描述一維條碼的功能。
- (NSString *) description |
- (instancetype) init |
- (instancetype) initWithBarcodeItem: | (id< IBarcodeItem >) | barcode |