11#import <Foundation/Foundation.h>
12#import <UniPRT/PglForm.h>
13#import <UniPRT/PglScale.h>
52@property (nonatomic, strong) PglForm *
form;
64@property (nonatomic, strong) PglScale *
scale;
76@property (nonatomic, copy) NSString *
name;
97- (instancetype)initWithName:(NSString *)name;
115- (void)addObject:(
id)addObject;
142- (void)addRawContent:(NSString *)rawContent;
表示一个可以转换为印表机语言语法的标签类。
Definition PglLabel.h:41
NSString * description()
返回可以发送到印表机的字符串。
PglScale * scale
与标签相关联的比例。
Definition PglLabel.h:64
PglForm * form
与标签相关联的格式。
Definition PglLabel.h:52
NSString * name
标签的名称。
Definition PglLabel.h:76