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

Inherits BaseJavaClass.

Inherited by HIBCLICComplexCodetext, Mailmark2DCodetext, MailmarkCodetext, MaxiCodeCodetext, and SwissQRCodetext.

Public Member Functions

 __construct ($javaClass)
 
 getConstructedCodetext ()
 
 initFromString (string $constructedCodetext)
 
 getBarcodeType ()
 
- Public Member Functions inherited from BaseJavaClass
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Additional Inherited Members

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

Detailed Description

Interface for complex codetext used with ComplexBarcodeGenerator.

Constructor & Destructor Documentation

◆ __construct()

IComplexCodetext::__construct (   $javaClass)

Reimplemented from BaseJavaClass.

Reimplemented in HIBCLICComplexCodetext, and MaxiCodeStructuredCodetext.

Member Function Documentation

◆ getBarcodeType()

IComplexCodetext::getBarcodeType ( )
abstract

Gets barcode type.

Returns
int Barcode type.

Reimplemented in HIBCLICComplexCodetext, MaxiCodeCodetext, Mailmark2DCodetext, MailmarkCodetext, and SwissQRCodetext.

◆ getConstructedCodetext()

IComplexCodetext::getConstructedCodetext ( )
abstract

◆ initFromString()

IComplexCodetext::initFromString ( string  $constructedCodetext)
abstract

Initializes instance with constructed codetext.

Parameters
string$constructedCodetextConstructed codetext.

Reimplemented in HIBCLICPrimaryDataCodetext, HIBCLICComplexCodetext, HIBCLICCombinedCodetext, MaxiCodeStructuredCodetext, and MaxiCodeStandardCodetext.