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;
A class representing a label that can be converted to printer language syntax.
Definition PglLabel.h:41
NSString * description()
Returns a string that can be sent to the printer.
PglScale * scale
The scale associated with the label.
Definition PglLabel.h:64
PglForm * form
The form associated with the label.
Definition PglLabel.h:52
NSString * name
The name of the label.
Definition PglLabel.h:76