‪Aspose.Barcode for PHP via Java  22.4
‪Aspose.Barcode for PHP via Java Generation and Recognition API docs
CouponParameters Class Reference

Inherits BaseJavaClass.

Public Member Functions

 getSupplementSpace ()
 
 setSupplementSpace (Unit $value)
 
 toString ()
 
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Protected Member Functions

 init ()
 
 setJavaClass ($javaClass)
 

Detailed Description

Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.

Member Function Documentation

◆ getJavaClass()

BaseJavaClass::getJavaClass ( )
inherited

◆ getJavaClassName()

BaseJavaClass::getJavaClassName ( )
inherited

◆ getSupplementSpace()

CouponParameters::getSupplementSpace ( )

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

Exceptions
IllegalArgumentException‪The Space parameter value is less than 0.

◆ init()

CouponParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ isNull()

BaseJavaClass::isNull ( )
inherited

◆ printJavaClassName()

BaseJavaClass::printJavaClassName ( )
inherited

◆ setJavaClass()

BaseJavaClass::setJavaClass (   $javaClass)
protectedinherited

◆ setSupplementSpace()

CouponParameters::setSupplementSpace ( Unit  $value)

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

Exceptions
IllegalArgumentException‪The Space parameter value is less than 0.

◆ toString()

CouponParameters::toString ( )

Returns a human-readable string representation of this CouponParameters.

Returns
‪string that represents this CouponParameters.