Package com.aspose.barcode.generation
Class SupplementParameters
java.lang.Object
com.aspose.barcode.generation.SupplementParameters
Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.
-
Method Summary
Modifier and TypeMethodDescriptionSupplement data following BarCode.Space between main the BarCode and supplement BarCode inUnitvalue.voidsetSupplementData(String value) Supplement data following BarCode.voidsetSupplementSpace(Unit value) Space between main the BarCode and supplement BarCode inUnitvalue.toString()Returns a human-readable string representation of thisSupplementParameters.
-
Method Details
-
getSupplementData
Supplement data following BarCode.
-
setSupplementData
Supplement data following BarCode.
-
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
SupplementParameters.
-