11#import <Foundation/Foundation.h>
12#import <UniPRT/IRuler.h>
13#import <UniPRT/CONST.h>
14#import <UniPRT/IPrintResolution.h>
15#import <UniPRT/IBarcode2D.h>
16#import <UniPRT/AlignEnum.h>
17#import <UniPRT/RotateEnum.h>
18#import <UniPRT/ICellSquare.h>
19#import <UniPRT/ICellRect.h>
67@property (
class, nonatomic, strong) id<IRuler>
ruler;
103@property (
class, nonatomic, strong) id<ICellSquare>
cellSize;
118+ (void)SetPrinterResolution:(
id<IPrintResolution>)printerResolution;
121+ (void)SetRuler:(
id<IRuler>)ruler;
124+ (void)SetAlignment:(
AlignEnum)alignment;
130+ (void)SetCellSize:(
id<ICellSquare>)cellSize;
133+ (void)SetCellSizeRect:(
id<ICellRect>)cellSizeRect;
Direction/Rotation for objects commands that support rotation.
The defaults used for settings if not specified during object creation or set/changed.
Definition Defaults.h:38
id< IRuler > ruler
The ruler used by all objects if a specific ruler is not changed or provided. By changing the setting...
Definition Defaults.h:67
RotateEnum rotation
Rotation setting for objects.
Definition Defaults.h:91
id< ICellSquare > cellSize
The cell/module size for 2D barcodes if no size is specified.
Definition Defaults.h:103
AlignEnum alignment
Alignment setting for objects.
Definition Defaults.h:79
id< IPrintResolution > printerResolution
The printer resolution used for all objects created unless a different resolution is set....
Definition Defaults.h:52
id< ICellRect > cellSizeRect
The cell/module size for 2D barcodes if no size is specified.
Definition Defaults.h:115