UniPRT SDK v2.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.Interfaces.IBarcode2D.ABarcode2D Class Reference

Base class for ABarcode2D barcode. More...

Inheritance diagram for LabelMaker.Interfaces.IBarcode2D.ABarcode2D:
LabelMaker.Interfaces.IBarcode2D.IBarcode2D LabelMaker.Interfaces.IBarcode2D.IBarcodeItem2D LabelMaker.Interfaces.IBarcode2D.IPositionRuler LabelMaker.Interfaces.ISettings.IRotation LabelMaker.Interfaces.IBarcode2D.ADataMatrix LabelMaker.Interfaces.IBcdPdf417.APdf417 LabelMaker.Interfaces.IBcdQRCode.AQRBarcode LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode LabelMaker.TSPL.BcdDataMatrix.DataMatrixBarcode LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode LabelMaker.TSPL.Pdf417Barcode.Pdf417Barcode LabelMaker.PGL.QRBarcode.QRBarcode LabelMaker.TSPL.QRBarcode.QRBarcode

Public Member Functions

 __init__ (self, Optional[IPoint] start=None, str data="", Optional[IRuler] ruler=None, RotateEnum rotation=RotateEnum.NONE)
 
str __str__ (self)
 
- Public Member Functions inherited from LabelMaker.Interfaces.IBarcode2D.IBarcode2D
str __str__ (self)
 

Public Attributes

 start = start
 
 data = data
 
 ruler = ruler or Defaults.ruler()
 
 rotation = rotation
 

Detailed Description

Base class for ABarcode2D barcode.

Constructor & Destructor Documentation

◆ __init__()

LabelMaker.Interfaces.IBarcode2D.ABarcode2D.__init__ ( self,
Optional[IPoint] start = None,
str data = "",
Optional[IRuler] ruler = None,
RotateEnum rotation = RotateEnum.NONE )

Member Function Documentation

◆ __str__()

str LabelMaker.Interfaces.IBarcode2D.ABarcode2D.__str__ ( self)

Member Data Documentation

◆ data

LabelMaker.Interfaces.IBarcode2D.ABarcode2D.data = data

◆ rotation

LabelMaker.Interfaces.IBarcode2D.ABarcode2D.rotation = rotation

◆ ruler

LabelMaker.Interfaces.IBarcode2D.ABarcode2D.ruler = ruler or Defaults.ruler()

◆ start

LabelMaker.Interfaces.IBarcode2D.ABarcode2D.start = start

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