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

Coupon parameters. More...

Inherits BaseJavaClass.

Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

Coupon parameters.

Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ 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.

◆ setSupplementSpace()

def setSupplementSpace (   self,
  value 
)

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

Exceptions
IllegalArgumentExceptionThe Space parameter value is less than 0.

◆ toString()

def toString (   self)

Returns a human-readable string representation of this CouponParameters.

Returns
A string that represents this CouponParameters.