SupplementParameters
SupplementParameters class
Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.
new SupplementParameters()
Methods
| Name | Description |
|---|---|
| getSupplementData() | Supplement data following BarCode. |
| getSupplementSpace() | Space between main the BarCode and supplement BarCode in Unit value. |
| setSupplementData() | Supplement data following BarCode. |
| toString() | Returns a human-readable string representation of this SupplementParameters. |
getSupplementData()
Supplement data following BarCode.
getSupplementSpace()
Space between main the BarCode and supplement BarCode in Unit value.
Throws: IllegalArgumentExceptionThe Space parameter value is less than 0.
setSupplementData()
Supplement data following BarCode.
toString()
Returns a human-readable string representation of this SupplementParameters.
Returns: A string that represents this SupplementParameters.