11#import <Foundation/Foundation.h>
12#import <UniPRT/ILabel.h>
13#import <UniPRT/TsplForm.h>
14#import <UniPRT/Scale.h>
15#import <UniPRT/Defaults.h>
78@property (nonatomic, strong) NSString *
name;
99- (instancetype)initWithName:(NSString *)name;
117- (void)addObject:(
id)addObject;
144- (void)addRawContent:(NSString *)rawContent;
190- (void)SetName:(NSString *)name;
A class representing a label for TSPL.
Definition Label.h:42
TsplForm * form
The form associated with the label.
Definition Label.h:54
NSString * description()
Returns a string that can be sent to the printer.
NSString * name
The name of the label.
Definition Label.h:78
Scale * scale
The scale associated with the label.
Definition Label.h:66
Label is the container for other objects that are printed.
Definition ILabel.h:29