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>
54@property (nonatomic, strong) TsplForm *
form;
66@property (nonatomic, strong) Scale *
scale;
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;
表示 TSPL 標籤的類。
Definition Label.h:42
TsplForm * form
與標籤關聯的格式。
Definition Label.h:54
NSString * description()
返回可以發送到打印機的字符串。
NSString * name
標籤的名稱。
Definition Label.h:78
Scale * scale
與標籤關聯的比例。
Definition Label.h:66
標籤是用於容納其他打印對象的容器。
Definition ILabel.h:29