com.aspose.barcode.generation

Class SupplementParameters

  • java.lang.Object
    • com.aspose.barcode.generation.SupplementParameters


  • public class SupplementParameters
    extends java.lang.Object

    Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getSupplementData()
      Supplement data following BarCode.
      Unit getSupplementSpace()
      Space between main the BarCode and supplement BarCode in Unit value.
      void setSupplementData(java.lang.String value)
      Supplement data following BarCode.
      java.lang.String toString()
      Returns a human-readable string representation of this SupplementParameters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSupplementData

        public java.lang.String getSupplementData()

        Supplement data following BarCode.

      • setSupplementData

        public void setSupplementData(java.lang.String value)

        Supplement data following BarCode.

      • 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>
      • toString

        public java.lang.String toString()

        Returns a human-readable string representation of this SupplementParameters.

        Overrides:
        toString in class java.lang.Object
        Returns:
        A string that represents this SupplementParameters.