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

Inherits BaseJavaClass.

Public Member Functions

 __construct ($javaClass)
 
 getDataBar ()
 
 getMaxiCode ()
 
 getDotCode ()
 
 getDataMatrix ()
 
 getAztec ()
 
 getGS1CompositeBar ()
 
 getOneD ()
 
 getCode128 ()
 
 getQR ()
 
 getPdf417 ()
 
 equals (BarCodeExtendedParameters $obj)
 
 hashCode ()
 
 toString ()
 
- Public Member Functions inherited from BaseJavaClass
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Protected Member Functions

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

Private Attributes

 $_oneDParameters
 
 $_code128Parameters
 
 $_qrParameters
 
 $_pdf417Parameters
 
 $_dataBarParameters
 
 $_maxiCodeParameters
 
 $_dotCodeExtendedParameters
 
 $_dataMatrixExtendedParameters
 
 $_aztecExtendedParameters
 
 $_gs1CompositeBarExtendedParameters
 

Detailed Description

Stores extended parameters of recognized barcode

Constructor & Destructor Documentation

◆ __construct()

BarCodeExtendedParameters::__construct (   $javaClass)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ equals()

BarCodeExtendedParameters::equals ( BarCodeExtendedParameters  $obj)

Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value.

Parameters
BarCodeExtendedParameters$objAn System.Object value to compare to this instance.
Returns
bool true if obj has the same value as this instance; otherwise, false.

◆ getAztec()

BarCodeExtendedParameters::getAztec ( )

Gets a Aztec additional information

of recognized barcode

Value: A Aztec additional information

of recognized barcode

◆ getCode128()

BarCodeExtendedParameters::getCode128 ( )
Returns
Code128ExtendedParameters Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode

◆ getDataBar()

BarCodeExtendedParameters::getDataBar ( )

Gets a DataBar additional information DataBarExtendedParameters of recognized barcode

Returns
DataBarExtendedParameters A DataBar additional information DataBarExtendedParameters of recognized barcode

◆ getDataMatrix()

BarCodeExtendedParameters::getDataMatrix ( )

Gets a DotCode additional information

of recognized barcode

Value: A DotCode additional information

of recognized barcode

◆ getDotCode()

BarCodeExtendedParameters::getDotCode ( )

Gets a DotCode additional information

of recognized barcode

Value: A DotCode additional information

of recognized barcode

◆ getGS1CompositeBar()

BarCodeExtendedParameters::getGS1CompositeBar ( )

Gets a GS1CompositeBar additional information

of recognized barcode

Value: A GS1CompositeBar additional information

of recognized barcode

◆ getMaxiCode()

BarCodeExtendedParameters::getMaxiCode ( )

Gets a MaxiCode additional informationMaxiCodeExtendedParameters of recognized barcode

Returns
MaxiCodeExtendedParameters A MaxiCode additional informationMaxiCodeExtendedParameters of recognized barcode

◆ getOneD()

BarCodeExtendedParameters::getOneD ( )
Returns
OneDExtendedParameters Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode

◆ getPdf417()

BarCodeExtendedParameters::getPdf417 ( )
Returns
Pdf417ExtendedParameters Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode

◆ getQR()

BarCodeExtendedParameters::getQR ( )
Returns
QRExtendedParameters Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append information QRExtendedParameters of recognized barcode

◆ hashCode()

BarCodeExtendedParameters::hashCode ( )

Returns the hash code for this instance.

Returns
bool A 32-bit signed integer hash code.

◆ init()

BarCodeExtendedParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ toString()

BarCodeExtendedParameters::toString ( )

Returns a human-readable string representation of this BarCodeExtendedParameters.

Returns
string A string that represents this BarCodeExtendedParameters.

Member Data Documentation

◆ $_aztecExtendedParameters

BarCodeExtendedParameters::$_aztecExtendedParameters
private

◆ $_code128Parameters

BarCodeExtendedParameters::$_code128Parameters
private

◆ $_dataBarParameters

BarCodeExtendedParameters::$_dataBarParameters
private

◆ $_dataMatrixExtendedParameters

BarCodeExtendedParameters::$_dataMatrixExtendedParameters
private

◆ $_dotCodeExtendedParameters

BarCodeExtendedParameters::$_dotCodeExtendedParameters
private

◆ $_gs1CompositeBarExtendedParameters

BarCodeExtendedParameters::$_gs1CompositeBarExtendedParameters
private

◆ $_maxiCodeParameters

BarCodeExtendedParameters::$_maxiCodeParameters
private

◆ $_oneDParameters

BarCodeExtendedParameters::$_oneDParameters
private

◆ $_pdf417Parameters

BarCodeExtendedParameters::$_pdf417Parameters
private

◆ $_qrParameters

BarCodeExtendedParameters::$_qrParameters
private