UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D Class Referenceabstract
Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D:
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 com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix com.UniPRT.Sdk.LabelMaker.Abstract.APdf417 com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode

Public Member Functions

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)
 
abstract String ToString ()
 Returns the string that can be sent to printer. More...
 
abstract String toString ()
 

Private Attributes

IRuler ruler
 
IPoint start
 
String data
 
RotateEnum rotation = RotateEnum.None
 

Member Function Documentation

◆ GetData()

◆ GetRotation()

◆ GetRuler()

IRuler com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRuler ( )

◆ GetStart()

◆ SetData()

◆ SetRotation()

void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetRotation ( RotateEnum  rotation)

◆ SetRuler()

void com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.SetRuler ( IRuler  ruler)

◆ SetStart()

◆ ToString()

◆ toString()

Member Data Documentation

◆ data

◆ rotation

◆ ruler

IRuler com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.ruler
private

◆ start


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