1D 条码的非默认参数。 更多...
Public 成员函数 | |
Barcode_1D_Properties () | |
PGL.Barcode_Type1D | getType () |
设置条码类型以应用这些参数。 更多... | |
void | SetType (PGL.Barcode_Type1D type) |
PGL.Rotation | GetRotation () |
可选旋转,DIR,根据 PGL 文档。 更多... | |
void | SetRotation (PGL.Rotation rotation) |
String | GetMagnification () |
可选放大倍率,MAG,根据 PGL 文档。 更多... | |
void | SetMagnification (String magnification) |
float | GetHeight () |
可选高度,Hn[.m],根据 PGL 文档。 更多... | |
void | SetHeight (float height) |
boolean | IsPrintHumanReadable () |
在条码底部打印 PDF 人类可读内容。 更多... | |
void | SetPrintHumanReadable (boolean printHumanReadable) |
boolean | IsPrintHumanReadableOnTop () |
在条码顶部打印 PDF 人类可读内容。 更多... | |
void | SetPrintHumanReadableOnTop (boolean printHumanReadableOnTop) |
Private 属性 | |
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 |
1D 条码的非默认参数。
com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.Barcode_1D_Properties | ( | ) |
float com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetHeight | ( | ) |
可选高度,Hn[.m],根据 PGL 文档。
引用了 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.height.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D().
String com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetMagnification | ( | ) |
可选放大倍率,MAG,根据 PGL 文档。
引用了 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.magnification.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D().
PGL.Rotation com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetRotation | ( | ) |
可选旋转,DIR,根据 PGL 文档。
引用了 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.rotation.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D().
PGL.Barcode_Type1D com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.getType | ( | ) |
设置条码类型以应用这些参数。
引用了 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.type.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D().
boolean com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.IsPrintHumanReadable | ( | ) |
在条码底部打印 PDF 人类可读内容。
引用了 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.printHumanReadable.
被这些函数引用 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode1D.Barcode1D().
boolean com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.IsPrintHumanReadableOnTop | ( | ) |
在条码顶部打印 PDF 人类可读内容。
引用了 com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.printHumanReadableOnTop.
被这些函数引用 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 |