Aspose.Barcode for Python via Java Generation and Recognition API docs
asposebarcode.Generation.ExtCodetextBuilder Class Reference

Inherits asposebarcode.Assist.BaseJavaClass.

Inherited by asposebarcode.Generation.QrExtCodetextBuilder.

Public Member Functions

def __init__ (self, javaClass)
 
def isNeedToShieldItemFromPrevECI (self, Index)
 
def clear (self)
 
def addPlainCodetext (self, codetext)
 
def addECICodetext (self, ECIEncoding, codetext)
 
def getExtendedCodetext (self)
 
- Public Member Functions inherited from asposebarcode.Assist.BaseJavaClass
def init (self)
 
def getJavaClass (self)
 
def setJavaClass (self, javaClass)
 
def getJavaClassName (self)
 
def isNull (self)
 
def printJavaClassName (self)
 

Additional Inherited Members

- Public Attributes inherited from asposebarcode.Assist.BaseJavaClass
 javaClass
 
 javaClassName
 
- Static Public Attributes inherited from asposebarcode.Assist.BaseJavaClass
string javaClass = ""
 
string javaClassName = ""
 

Constructor & Destructor Documentation

◆ __init__()

def asposebarcode.Generation.ExtCodetextBuilder.__init__ (   self,
  javaClass 
)

Member Function Documentation

◆ addECICodetext()

def asposebarcode.Generation.ExtCodetextBuilder.addECICodetext (   self,
  ECIEncoding,
  codetext 
)

◆ addPlainCodetext()

def asposebarcode.Generation.ExtCodetextBuilder.addPlainCodetext (   self,
  codetext 
)

◆ clear()

def asposebarcode.Generation.ExtCodetextBuilder.clear (   self)

◆ getExtendedCodetext()

def asposebarcode.Generation.ExtCodetextBuilder.getExtendedCodetext (   self)

◆ isNeedToShieldItemFromPrevECI()

def asposebarcode.Generation.ExtCodetextBuilder.isNeedToShieldItemFromPrevECI (   self,
  Index 
)