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

Inherits BaseJavaClass.

Public Member Functions

 getSupplementData ()
 
 setSupplementData (string $value)
 
 getSupplementSpace ()
 
 toString ()
 
- Public Member Functions inherited from BaseJavaClass
 __construct ($javaClass)
 
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Protected Member Functions

 init ()
 
- Protected Member Functions inherited from BaseJavaClass
 setJavaClass ($javaClass)
 

Private Attributes

 $_space
 

Detailed Description

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

Member Function Documentation

◆ getSupplementData()

SupplementParameters::getSupplementData ( )

Supplement data following BarCode.

◆ getSupplementSpace()

SupplementParameters::getSupplementSpace ( )

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

Exceptions
IllegalArgumentExceptionThe Space parameter value is less than 0.

◆ init()

SupplementParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ setSupplementData()

SupplementParameters::setSupplementData ( string  $value)

Supplement data following BarCode.

◆ toString()

SupplementParameters::toString ( )

Returns a human-readable string representation of this SupplementParameters.

Returns
string that represents this SupplementParameters.

Member Data Documentation

◆ $_space

SupplementParameters::$_space
private