11#import <Foundation/Foundation.h>
13#import <UniPRT/TSPL.h>
14#import <UniPRT/Barcode1DProperties.h>
15#import <UniPRT/Barcode2DProperties.h>
16#import <UniPRT/RfidWriteProperties.h>
17#import <UniPRT/RfidReadBitField.h>
18#import <UniPRT/RfidReadProperties.h>
19#import <UniPRT/RfidWriteBitField.h>
24@property (nonatomic, strong) NSString *
name;
28- (instancetype)initWithName:(NSString *)formName;
30- (void)rawContent:(NSString *)rawContent;
31- (void)addTsplObject:(
id)pglObject;
33#if HIDE_PGL_INTERFACES
34- (void)scaleWithUnits:(TSPLScaleUnits)units horzRes:(
int)horzRes vertRes:(
int)vertRes;
35- (void)boxWithLineThickness:(
int)lineThickness startRow:(
int)startRow startCol:(
int)startCol endRow:(
int)endRow endCol:(
int)endCol;
36- (void)lineWithLineThickness:(
int)lineThickness startRow:(
int)startRow startCol:(
int)startCol endRow:(
int)endRow endCol:(
int)endCol;
37- (void)textWithStartRow:(
int)startRow startCol:(
int)startCol vertExpand:(
int)vertExpand horzExpand:(
int)horzExpand data:(NSString *)data;
38- (void)barcode1DWithType:(TSPLBarcodeType1D)bcdType startRow:(
int)startRow startCol:(
int)startCol bcdData:(NSString *)bcdData;
39- (void)barcode1DWithSetup:(
Barcode1DProperties *)bcdSetup startRow:(
int)startRow startCol:(
int)startCol bcdData:(NSString *)bcdData;
40- (void)barcode2DWithType:(TSPLBarcodeType2D)bcdType startRow:(
int)startRow startCol:(
int)startCol bcdData:(NSString *)bcdData;
41- (void)barcode2DWithSetup:(
Barcode2DProperties *)bcdSetup startRow:(
int)startRow startCol:(
int)startCol bcdData:(NSString *)bcdData;
43- (void)rfidWriteWithMemBank:(TSPLRfidMemBlock)memBank dataFormat:(TSPLRfidFormat)dataFormat bitCount:(
int)bitCount data:(NSString *)data;
Definition Barcode1DProperties.h:15
Definition Barcode2DProperties.h:15
Definition RfidReadBitField.h:15
Definition RfidReadProperties.h:15
Definition RfidWriteBitField.h:15
Definition RfidWriteProperties.h:15