Package com.aspose.barcode.generation
Class CouponParameters
java.lang.Object
com.aspose.barcode.generation.CouponParameters
Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.
-
Method Summary
Modifier and TypeMethodDescriptionSpace between main the BarCode and supplement BarCode inUnitvalue.voidsetSupplementSpace(Unit value) Space between main the BarCode and supplement BarCode inUnitvalue.toString()Returns a human-readable string representation of thisCouponParameters.
-
Method Details
-
getSupplementSpace
Space between main the BarCode and supplement BarCode in
Unitvalue.- Throws:
IllegalArgumentException-<p>The <b>Space</b> parameter value is less than 0.</p>
-
setSupplementSpace
Space between main the BarCode and supplement BarCode in
Unitvalue.- Throws:
IllegalArgumentException-<p>The <b>Space</b> parameter value is less than 0.</p>
-
toString
Returns a human-readable string representation of this
CouponParameters.
-