Non-default parameters for 1D barcodes. More...
Public Member Functions | |
Barcode_1D_Properties () | |
PGL.Barcode_Type1D | getType () |
Sets the barcode type for which the parameters apply to. More... | |
void | SetType (PGL.Barcode_Type1D type) |
PGL.Rotation | GetRotation () |
Optional rotation, DIR, based on PGL documentation. More... | |
void | SetRotation (PGL.Rotation rotation) |
String | GetMagnification () |
Optional magnification, MAG, based on PGL documentation. More... | |
void | SetMagnification (String magnification) |
float | GetHeight () |
Optional Height, Hn[.m], based on PGL documentation. More... | |
void | SetHeight (float height) |
boolean | IsPrintHumanReadable () |
Prints the PDF human readable at bottom of barcode. More... | |
void | SetPrintHumanReadable (boolean printHumanReadable) |
boolean | IsPrintHumanReadableOnTop () |
Prints the PDF human readable at top of barcode. More... | |
void | SetPrintHumanReadableOnTop (boolean printHumanReadableOnTop) |
Private Attributes | |
PGL.Barcode_Type1D | type = PGL.Barcode_Type1D.NOT_DEFINED |
PGL.Rotation | rotation = PGL.Rotation.None |
String | magnification = "" |
float | height = 0.0f |
boolean | printHumanReadable = false |
boolean | printHumanReadableOnTop = false |
Non-default parameters for 1D barcodes.
com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.Barcode_1D_Properties | ( | ) |
float com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetHeight | ( | ) |
Optional Height, Hn[.m], based on PGL documentation.
References com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.height.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D().
String com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetMagnification | ( | ) |
Optional magnification, MAG, based on PGL documentation.
References com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.magnification.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D().
PGL.Rotation com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetRotation | ( | ) |
Optional rotation, DIR, based on PGL documentation.
References com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.rotation.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D().
PGL.Barcode_Type1D com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.getType | ( | ) |
Sets the barcode type for which the parameters apply to.
References com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.type.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D().
boolean com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.IsPrintHumanReadable | ( | ) |
Prints the PDF human readable at bottom of barcode.
References com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.printHumanReadable.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D().
boolean com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.IsPrintHumanReadableOnTop | ( | ) |
Prints the PDF human readable at top of barcode.
References com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.printHumanReadableOnTop.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D().
void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetHeight | ( | float | height | ) |
void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetMagnification | ( | String | magnification | ) |
void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetPrintHumanReadable | ( | boolean | printHumanReadable | ) |
void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetPrintHumanReadableOnTop | ( | boolean | printHumanReadableOnTop | ) |
void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetRotation | ( | PGL.Rotation | rotation | ) |
void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetType | ( | PGL.Barcode_Type1D | type | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |