Class SupplementParameters

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

public class SupplementParameters extends Object

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

  • Method Details

    • getSupplementData

      public String getSupplementData()

      Supplement data following BarCode.

    • setSupplementData

      public void setSupplementData(String value)

      Supplement data following BarCode.

    • getSupplementSpace

      public Unit getSupplementSpace()

      Space between main the BarCode and supplement BarCode in Unit value.

      Throws:
      IllegalArgumentException - <p>The <b>Space</b> parameter value is less than 0.</p>
    • setSupplementSpace

      public void setSupplementSpace(Unit value)

      Space between main the BarCode and supplement BarCode in Unit value.

      Throws:
      IllegalArgumentException - <p>The <b>Space</b> parameter value is less than 0.</p>
    • toString

      public String toString()

      Returns a human-readable string representation of this SupplementParameters.

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