Aspose.Barcode for PHP via Java Generation and Recognition API docs
SupplementParameters Class Reference

Inherits BaseJavaClass.

Public Member Functions

 getSupplementData ()
 
 setSupplementData ($value)
 
 getSupplementSpace ()
 
 toString ()
 

Detailed Description

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

Member Function Documentation

◆ getSupplementData()

getSupplementData ( )

Supplement data following BarCode.

◆ getSupplementSpace()

getSupplementSpace ( )

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

Exceptions
IllegalArgumentExceptionThe Space parameter value is less than 0.

◆ setSupplementData()

setSupplementData (   $value)

Supplement data following BarCode.

◆ toString()

toString ( )

Returns a human-readable string representation of this SupplementParameters.

Returns
A string that represents this SupplementParameters.