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 | |
Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.
CouponParameters::getSupplementSpace | ( | ) |
Space between main the BarCode and supplement BarCode in Unit value.
IllegalArgumentException | The Space parameter value is less than 0. |
|
protected |
Reimplemented from BaseJavaClass.
CouponParameters::setSupplementSpace | ( | Unit | $value | ) |
Space between main the BarCode and supplement BarCode in Unit value.
IllegalArgumentException | The Space parameter value is less than 0. |
CouponParameters::toString | ( | ) |
Returns a human-readable string representation of this CouponParameters.
|
private |