![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Coupon parameters. More...
Inherits _MwWrapper.
Public Member Functions | |
| None | __init__ (self, _java_class) |
| str | __str__ (self) |
| Returns a human-readable string representation of this CouponParameters. More... | |
| Optional[Unit] | supplement_space (self) |
| Space between the main BarCode and supplement BarCode in Unit value. More... | |
| None | supplement_space (self, Unit value) |
| Space between the main BarCode and supplement BarCode in Unit value. More... | |
Coupon parameters.
Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon.
| None __init__ | ( | self, | |
| _java_class | |||
| ) |
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this CouponParameters.
| Optional[Unit] supplement_space | ( | self | ) |
Space between the main BarCode and supplement BarCode in Unit value.
Raises: IllegalArgumentException: if the Space parameter value is less than 0.
| None supplement_space | ( | self, | |
| Unit | value | ||
| ) |
Space between the main BarCode and supplement BarCode in Unit value.
Raises: IllegalArgumentException: if the Space parameter value is less than 0.