Aspose.Barcode for PHP via Java Generation and Recognition API docs

Inherits BaseJavaClass.

Public Member Functions

 getSupplementSpace ()
 
 setSupplementSpace (Unit $value)
 
 toString ()
 
- Public Member Functions inherited from BaseJavaClass
 __construct ($javaClass)
 
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Protected Member Functions

 init ()
 
- Protected Member Functions inherited from BaseJavaClass
 setJavaClass ($javaClass)
 

Private Attributes

 $_space
 

Detailed Description

Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.

Member Function Documentation

◆ getSupplementSpace()

CouponParameters::getSupplementSpace ( )

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

Exceptions
IllegalArgumentExceptionThe Space parameter value is less than 0.

◆ init()

CouponParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ setSupplementSpace()

CouponParameters::setSupplementSpace ( Unit  $value)

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

Exceptions
IllegalArgumentExceptionThe 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.

Member Data Documentation

◆ $_space

CouponParameters::$_space
private