UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties 類別 參考文件

1D 條碼的非預設參數。 更多...

公開方法(Public Methods)

 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)
 

私有屬性

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 條碼的非預設參數。

待辦事項:
這是 1D 條碼常見的基本結構。
不同的條碼類型有不同的參數,使用者可能希望自定義這些參數。
以下每種條碼需要自己的界面,如果我們想要暴露所有 1D PGL 參數:
  • CODE93; [DIR;] [MAG;] [Hn[.m];] [BFn;L;] SR;SC
  • C3/9 [CD]; [HIBC;] [DIR;] [MAG;] [Hn[.m];] [BFn;L;]SR;SC
  • CODABAR[CD];[DIR;] [MAG;] [Hn[.m];] [BFn;L;] SR;SC
  • ITF14;[DIR;] [MAG;] [Hn[.m];] [BFn;L;] SR; SC
  • C128A 或 C128B 或 C128C; [HIBC;] [DIR;] [MAG;] [Hn[.m];] [BFn;L;] SR; SC
  • UCC-128; [DIR;] [MAG;] [Hn[.m];] [BFn;L;] SR;SC
  • EAN13[+n]; [DIR;] [SCB;] [MAG;] [Hn[.m];] [BFn;] SR;SC
  • UPC-A[+n];[DIR;] [SCB;] [MAG;] [Hn[.m];] [BFn;] SR; SC
  • EAN8[+n]; [DIR;] [SCB;] [MAG;] [Hn[.m];] [BFn;] SR; SC

建構子與解構子說明文件

◆ Barcode_1D_Properties()

com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.Barcode_1D_Properties ( )

函式成員說明文件

◆ GetHeight()

float com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetHeight ( )

◆ GetMagnification()

String com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetMagnification ( )

◆ GetRotation()

PGL.Rotation com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.GetRotation ( )

◆ getType()

PGL.Barcode_Type1D com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.getType ( )

◆ IsPrintHumanReadable()

boolean com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.IsPrintHumanReadable ( )

◆ IsPrintHumanReadableOnTop()

boolean com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.IsPrintHumanReadableOnTop ( )

◆ SetHeight()

void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetHeight ( float  height)

◆ SetMagnification()

void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetMagnification ( String  magnification)

◆ SetPrintHumanReadable()

void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetPrintHumanReadable ( boolean  printHumanReadable)

◆ SetPrintHumanReadableOnTop()

void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetPrintHumanReadableOnTop ( boolean  printHumanReadableOnTop)

◆ SetRotation()

void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetRotation ( PGL.Rotation  rotation)

◆ SetType()

void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.SetType ( PGL.Barcode_Type1D  type)

資料成員說明文件

◆ height

float com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.height = 0.0f
private

◆ magnification

String com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.magnification = ""
private

◆ printHumanReadable

boolean com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.printHumanReadable = false
private

◆ printHumanReadableOnTop

boolean com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.printHumanReadableOnTop = false
private

◆ rotation

PGL.Rotation com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.rotation = PGL.Rotation.None
private

◆ type

PGL.Barcode_Type1D com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_1D_Properties.type = PGL.Barcode_Type1D.NOT_DEFINED
private

此類別(class) 文件是由下列檔案中產生: