表示Maxicode条形码的类。 更多...
#include <PglMaxicodeBarcode.h>
构造函数 | |
| (instancetype) | - initWithStart:data: |
| 使用指定的起始点和数据初始化PglMaxicodeBarcode类的新实例。 | |
| (NSString *) | - description |
| 返回一个可以发送到印表机的字符串。 | |
构造函数 继承自 AMaxicodeBarcode | |
| (instancetype) | - init |
属性 | |
| id< IPoint > | start |
| 条形码的起始点。 | |
| id< IMaxicodeData > | data |
| 要编码到条形码中的数据。 | |
| RotateEnum | rotation |
| 条形码的旋转。 | |
| BOOL | zipperPattern |
| 拉链图案可以帮助检测打印缺陷,例如浅色/深色打印。 | |
属性 继承自 AMaxicodeBarcode | |
| id< IMaxicodeData > | data |
| id< IRuler > | ruler |
| id< IPoint > | start |
属性 继承自 <IMaxicodeBarcode> | |
| id< IMaxicodeData > | data |
| 条码内容。 | |
属性 继承自 <IStartPoint> | |
| id< IPoint > | start |
属性 继承自 <IPositionRuler> | |
| id< IRuler > | ruler |
属性 继承自 <IRotation> | |
| RotateEnum | rotation |
表示Maxicode条形码的类。
该类继承自AMaxicodeBarcode并实现了IRotation协议,提供了初始化和描述Maxicode条形码的功能。
| - (NSString *) description |
返回一个可以发送到印表机的字符串。
该方法生成一个PglMaxicodeBarcode实例的字符串表示形式,该字符串已格式化并可以发送到印表机。字符串包括打印所需的所有命令和数据。
重载 <IMaxicodeBarcode> .
| - (instancetype) initWithStart: | (id< IPoint >) | start | |
| data: | (id< IMaxicodeData >) | data |
使用指定的起始点和数据初始化PglMaxicodeBarcode类的新实例。
| start | 条形码的起始点。 |
| data | 要编码到条形码中的数据。 |
实现了 AMaxicodeBarcode.
|
readwritenonatomicstrong |
要编码到条形码中的数据。
|
readwritenonatomicassign |
条形码的旋转。
|
readwritenonatomicstrong |
条形码的起始点。
|
readwritenonatomicassign |
拉链图案可以帮助检测打印缺陷,例如浅色/深色打印。