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

Inherits BaseJavaClass.

Inherited by QrExtCodetextBuilder.

Public Member Functions

 isNeedToShieldItemFromPrevECI ($Index)
 
 clear ()
 
 addPlainCodetext ($codetext)
 
 addECICodetext ($ECIEncoding, $codetext)
 
 getExtendedCodetext ()
 

Detailed Description

Helper class for automatic codetext generation of the Extended Codetext Mode

Member Function Documentation

◆ addECICodetext()

addECICodetext (   $ECIEncoding,
  $codetext 
)

Adds codetext with Extended Channel Identifier

Parameters
ECIEncodingExtended Channel Identifier
codetextCodetext in unicode to add as extended codetext item with Extended Channel Identifier

◆ addPlainCodetext()

addPlainCodetext (   $codetext)

Adds plain codetext to the extended codetext items

Parameters
codetextCodetext in unicode to add as extended codetext item

◆ clear()

clear ( )

Clears extended codetext items

◆ getExtendedCodetext()

getExtendedCodetext ( )

Generate extended codetext from generation items list

Returns
Return string of extended codetext

Reimplemented in QrExtCodetextBuilder.

◆ isNeedToShieldItemFromPrevECI()

isNeedToShieldItemFromPrevECI (   $Index)

Checks necessity to shield previous item by "\000000"

Parameters
IndexIndex in m_List
Returns
Necessity to shield