The defaults used for settings if not specified during object creation or set/changed. More...
#include <Defaults.h>
Class Methods | |
(id< IPrintResolution >) | + printerResolution |
(void) | + SetPrinterResolution: |
(id< IRuler >) | + ruler |
(void) | + SetRuler: |
(AlignEnum) | + alignment |
(void) | + SetAlignment: |
(RotateEnum) | + rotation |
(void) | + SetRotation: |
(id< ICellSquare >) | + cellSize |
(void) | + SetCellSize: |
(id< ICellRect >) | + cellSizeRect |
(void) | + SetCellSizeRect: |
Properties | |
id< IPrintResolution > | printerResolution |
The printer resolution used for all objects created unless a different resolution is set. The placement of objects within a plane depends on the printer resolution when using units other than dots. | |
id< IRuler > | ruler |
The ruler used by all objects if a specific ruler is not changed or provided. By changing the settings of this ruler, it allows all objects to use a common ruler scale/resolution. | |
AlignEnum | alignment |
Alignment setting for objects. | |
RotateEnum | rotation |
Rotation setting for objects. | |
id< ICellSquare > | cellSize |
The cell/module size for 2D barcodes if no size is specified. | |
id< ICellRect > | cellSizeRect |
The cell/module size for 2D barcodes if no size is specified. | |
The defaults used for settings if not specified during object creation or set/changed.
+ (AlignEnum) alignment |
+ (id< ICellSquare >) cellSize |
+ (id< ICellRect >) cellSizeRect |
+ (id< IPrintResolution >) printerResolution |
+ (RotateEnum) rotation |
+ (id< IRuler >) ruler |
+ (void) SetAlignment: | (AlignEnum) | alignment |
+ (void) SetCellSize: | (id< ICellSquare >) | cellSize |
+ (void) SetCellSizeRect: | (id< ICellRect >) | cellSizeRect |
+ (void) SetPrinterResolution: | (id< IPrintResolution >) | printerResolution |
+ (void) SetRotation: | (RotateEnum) | rotation |
+ (void) SetRuler: | (id< IRuler >) | ruler |
|
readwritenonatomicassign |
Alignment setting for objects.
|
readwritenonatomicstrong |
The cell/module size for 2D barcodes if no size is specified.
|
readwritenonatomicstrong |
The cell/module size for 2D barcodes if no size is specified.
|
readwritenonatomicstrong |
The printer resolution used for all objects created unless a different resolution is set. The placement of objects within a plane depends on the printer resolution when using units other than dots.
|
readwritenonatomicassign |
Rotation setting for objects.
|
readwritenonatomicstrong |
The ruler used by all objects if a specific ruler is not changed or provided. By changing the settings of this ruler, it allows all objects to use a common ruler scale/resolution.