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

Coupon parameters. More...

Inherits _MwWrapper.

Public Member Functions

None __init__ (self, _java_class)
 
str __str__ (self)
 Returns a human-readable string representation of this CouponParameters. More...
 
Optional[Unitsupplement_space (self)
 Space between the main BarCode and supplement BarCode in Unit value. More...
 
None supplement_space (self, Unit value)
 Space between the main BarCode and supplement BarCode in Unit value. More...
 

Detailed Description

Coupon parameters.

Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this CouponParameters.

Returns
A string that represents this CouponParameters.

◆ supplement_space() [1/2]

Optional[Unit] supplement_space (   self)

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

Raises: IllegalArgumentException: if the Space parameter value is less than 0.

◆ supplement_space() [2/2]

None supplement_space (   self,
Unit  value 
)

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

Raises: IllegalArgumentException: if the Space parameter value is less than 0.