1D 條碼的非預設參數。 不同的條碼類型可能需要自訂不同的參數。
如果想要暴露所有 1D TSPL 參數,以下每一個都需要他們自己的介面:
更多...
公開方法(Public Methods) | |
Barcode_1D_Properties () | |
TSPL.Barcode_Type1D | getType () |
設定參數所適用的條碼類型。 更多... | |
void | SetType (TSPL.Barcode_Type1D type) |
TSPL.Rotation | GetRotation () |
根據 TSPL 文件,可選的旋轉參數 DIR。 更多... | |
void | SetRotation (TSPL.Rotation rotation) |
String | GetMagnification () |
根據 TSPL 文件,可選的放大參數 MAG。 更多... | |
void | SetMagnification (String magnification) |
float | GetHeight () |
根據 TSPL 文件,可選的高度參數 Hn[.m]。 更多... | |
void | SetHeight (float height) |
boolean | IsPrintHumanReadable () |
在條碼底部列印 PDF 人眼可讀的文字。 更多... | |
void | SetPrintHumanReadable (boolean printHumanReadable) |
boolean | IsPrintHumanReadableOnTop () |
不支援 更多... | |
void | SetPrintHumanReadableOnTop (boolean printHumanReadableOnTop) |
私有屬性 | |
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 |
1D 條碼的非預設參數。 不同的條碼類型可能需要自訂不同的參數。
如果想要暴露所有 1D TSPL 參數,以下每一個都需要他們自己的介面:
com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.Barcode_1D_Properties | ( | ) |
float com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.GetHeight | ( | ) |
根據 TSPL 文件,可選的高度參數 Hn[.m]。
參考 com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.height.
被參考於 com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode1D.Barcode1D().
String com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.GetMagnification | ( | ) |
TSPL.Rotation com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.GetRotation | ( | ) |
根據 TSPL 文件,可選的旋轉參數 DIR。
參考 com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.rotation.
被參考於 com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode1D.Barcode1D().
TSPL.Barcode_Type1D com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.getType | ( | ) |
boolean com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.IsPrintHumanReadable | ( | ) |
boolean com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_1D_Properties.IsPrintHumanReadableOnTop | ( | ) |
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 |