Package com.aspose.barcode.generation
Class CouponParameters
- java.lang.Object
-
- com.aspose.barcode.generation.CouponParameters
-
public class CouponParameters extends java.lang.Object
Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Unit
getSupplementSpace()
Space between main the BarCode and supplement BarCode inUnit
value.void
setSupplementSpace(Unit value)
Space between main the BarCode and supplement BarCode inUnit
value.java.lang.String
toString()
Returns a human-readable string representation of thisCouponParameters
.
-
-
-
Method Detail
-
getSupplementSpace
public Unit getSupplementSpace()
Space between main the BarCode and supplement BarCode in
Unit
value.- Throws:
java.lang.IllegalArgumentException
-<p>The <b>Space</b> parameter value is less than 0.</p>
-
setSupplementSpace
public void setSupplementSpace(Unit value)
Space between main the BarCode and supplement BarCode in
Unit
value.- Throws:
java.lang.IllegalArgumentException
-<p>The <b>Space</b> parameter value is less than 0.</p>
-
toString
public java.lang.String toString()
Returns a human-readable string representation of this
CouponParameters
.- Overrides:
toString
in classjava.lang.Object
- Returns:
- A string that represents this
CouponParameters
.
-
-