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

Supplement parameters. More...

Inherits BaseJavaClass.

Public Member Functions

def __init__ (self, javaClass)
 
def init (self)
 
def getSupplementData (self)
 Supplement data following BarCode. More...
 
def setSupplementData (self, value)
 Supplement data following BarCode. More...
 
def getSupplementSpace (self)
 Space between main the BarCode and supplement BarCode in Unit value. More...
 
def toString (self)
 Returns a human-readable string representation of this SupplementParameters. More...
 
- Public Member Functions inherited from BaseJavaClass
def getJavaClass (self)
 
def setJavaClass (self, javaClass)
 
def getJavaClassName (self)
 
def isNull (self)
 
def printJavaClassName (self)
 

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

Supplement parameters.

Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ getSupplementData()

def getSupplementData (   self)

Supplement data following BarCode.

◆ getSupplementSpace()

def getSupplementSpace (   self)

Space between main the BarCode and supplement BarCode in Unit value.

Exceptions
IllegalArgumentExceptionThe Space parameter value is less than 0.

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ setSupplementData()

def setSupplementData (   self,
  value 
)

Supplement data following BarCode.

◆ toString()

def toString (   self)

Returns a human-readable string representation of this SupplementParameters.

Returns
A string that represents this SupplementParameters.