UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode Class Reference
Inheritance diagram for com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode:
com.UniPRT.Sdk.LabelMaker.Abstract.APdf417 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D com.UniPRT.Sdk.LabelMaker.Interface.IRectangleCell com.UniPRT.Sdk.LabelMaker.Interface.IBarcode2D com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem_2D com.UniPRT.Sdk.LabelMaker.Interface.IPositionRuler com.UniPRT.Sdk.LabelMaker.Interface.IRotation

Public Member Functions

 Pdf417Barcode ()
 
 Pdf417Barcode (IPoint start, String data)
 
String ToString ()
 Returns the string that can be sent to printer. More...
 
String toString ()
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.APdf417
ICellRect GetCellSize ()
 The cell size can be thought of as the width and height of the narrowest bar element within a PDF417 row. More...
 
void SetCellSize (ICellRect cellSize)
 
Pdf417ErrCorrectionEnum GetErrorCorrection ()
 
void SetErrorCorrection (Pdf417ErrCorrectionEnum errorCorrection)
 
int GetRows ()
 The number of rows can be used to limit the height of the barcode. More...
 
void SetRows (int rows)
 
int GetColumns ()
 The number of columns can be used to limit the width of the barcode. More...
 
void SetColumns (int columns)
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D
IRuler GetRuler ()
 The print resolution can be set in either inch or MM scale. Setting/Updating either scale results in updates to both. More...
 
void SetRuler (IRuler ruler)
 
IPoint GetStart ()
 Position where barcode starts. More...
 
void SetStart (IPoint start)
 
String GetData ()
 The barcode content. More...
 
void SetData (String data)
 
RotateEnum GetRotation ()
 
void SetRotation (RotateEnum rotation)
 

Additional Inherited Members

- Protected Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.APdf417
 APdf417 ()
 
 APdf417 (IPoint start, String data)
 
int LimitRange (int value, int min, int max)
 Utility method to limit values to a specified range. More...
 

Constructor & Destructor Documentation

◆ Pdf417Barcode() [1/2]

com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode ( )

◆ Pdf417Barcode() [2/2]

com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode ( IPoint  start,
String  data 
)

Member Function Documentation

◆ ToString()

String com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.ToString ( )

Returns the string that can be sent to printer.

Reimplemented from com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.

References com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString().

◆ toString()

String com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.toString ( )

Reimplemented from com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.

References com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.ClearParameterLines(), com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.GetBarcodeType2D(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.GetCellSize(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.GetColumns(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetData(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.GetErrorCorrection(), com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.GetNewParameterLine(), com.UniPRT.Sdk.LabelMaker.TsplLib.ITsplParamLine< T >.GetParameters(), com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.GetPrintableDataFrameChar(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRotation(), com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.GetRotation(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.GetRows(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRuler(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetStart(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.ICellSquare.GetXdim(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.Interface.ICellRect.GetYdim(), com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.LINE_TERMINATOR, com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.Barcode_Type2D.PDF417, com.UniPRT.Sdk.LabelMaker.PrintPlane.Round(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.SetColumns(), com.UniPRT.Sdk.LabelMaker.TsplLib.ITsplParamLine< T >.SetPrefix(), com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots(), and com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.toString().

Referenced by com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode.ToString().


The documentation for this class was generated from the following file: