Non-default parameters for 1D barcodes. Different barcode types have different parameters that a user may want to customize.
Each of the following will need their own interface if we want to expose all 1D TSPL parameters:
.
More...
Public Member Functions | |
Barcode_1D_Properties () | |
TSPL.Barcode_Type1D | getType () |
Sets the barcode type for which the parameters apply to. More... | |
void | SetType (TSPL.Barcode_Type1D type) |
TSPL.Rotation | GetRotation () |
Optional rotation, DIR, based on TSPL documentation. More... | |
void | SetRotation (TSPL.Rotation rotation) |
String | GetMagnification () |
Optional magnification, MAG, based on TSPL documentation. More... | |
void | SetMagnification (String magnification) |
float | GetHeight () |
Optional Height, Hn[.m], based on TSPL documentation. More... | |
void | SetHeight (float height) |
boolean | IsPrintHumanReadable () |
Prints the PDF human readable at bottom of barcode. More... | |
void | SetPrintHumanReadable (boolean printHumanReadable) |
boolean | IsPrintHumanReadableOnTop () |
Not Supported. More... | |
void | SetPrintHumanReadableOnTop (boolean printHumanReadableOnTop) |
Private Attributes | |
TSPL.Barcode_Type1D | type = TSPL.Barcode_Type1D.NOT_DEFINED |
TSPL.Rotation | rotation = TSPL.Rotation.None |
String | magnification = "" |
float | height = 0.0f |
boolean | printHumanReadable = false |
boolean | printHumanReadableOnTop = false |
Non-default parameters for 1D barcodes. Different barcode types have different parameters that a user may want to customize.
Each of the following will need their own interface if we want to expose all 1D TSPL parameters:
.
com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.Barcode_1D_Properties | ( | ) |
float com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.GetHeight | ( | ) |
Optional Height, Hn[.m], based on TSPL documentation.
References com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.height.
Referenced by com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode1D.Barcode1D().
String com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.GetMagnification | ( | ) |
Optional magnification, MAG, based on TSPL documentation.
References com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.magnification.
Referenced by com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode1D.Barcode1D().
TSPL.Rotation com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.GetRotation | ( | ) |
Optional rotation, DIR, based on TSPL documentation.
References com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.rotation.
Referenced by com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode1D.Barcode1D().
TSPL.Barcode_Type1D com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.getType | ( | ) |
Sets the barcode type for which the parameters apply to.
References com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.type.
Referenced by com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode1D.Barcode1D().
boolean com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.IsPrintHumanReadable | ( | ) |
Prints the PDF human readable at bottom of barcode.
References com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.printHumanReadable.
Referenced by com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode1D.Barcode1D().
boolean com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.IsPrintHumanReadableOnTop | ( | ) |
Not Supported.
References com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.printHumanReadableOnTop.
Referenced by com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode1D.Barcode1D().
void com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.SetHeight | ( | float | height | ) |
void com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.SetMagnification | ( | String | magnification | ) |
void com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.SetPrintHumanReadable | ( | boolean | printHumanReadable | ) |
void com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.SetPrintHumanReadableOnTop | ( | boolean | printHumanReadableOnTop | ) |
void com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.SetRotation | ( | TSPL.Rotation | rotation | ) |
void com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.SetType | ( | TSPL.Barcode_Type1D | type | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |