CouponParameters
Contents
[
Hide
]CouponParameters class
Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.
new CouponParameters()
Methods
| Name | Description |
|---|---|
| getSupplementSpace() | Space between main the BarCode and supplement BarCode in Unit value. |
| setSupplementSpace() | Space between main the BarCode and supplement BarCode in Unit value. |
| toString() | Returns a human-readable string representation of this CouponParameters. |
getSupplementSpace()
Space between main the BarCode and supplement BarCode in Unit value.
Throws: IllegalArgumentExceptionThe Space parameter value is less than 0.
setSupplementSpace()
Space between main the BarCode and supplement BarCode in Unit value.
Throws: IllegalArgumentExceptionThe Space parameter value is less than 0.
toString()
Returns a human-readable string representation of this CouponParameters.
Returns: A string that represents this CouponParameters.