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

Interface for complex codetext used with ComplexBarcodeGenerator. More...

Inherits _MwWrapper.

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

Public Member Functions

def __init__ (self, _java_class)
 
EncodeTypes barcode_type (self)
 Gets barcode type. More...
 
Optional[str] constructed_codetext (self)
 Construct codetext for complex barcode. More...
 
None init_from_string (self, str constructed_codetext)
 Initializes instance with constructed codetext. More...
 

Detailed Description

Interface for complex codetext used with ComplexBarcodeGenerator.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ barcode_type()

EncodeTypes barcode_type (   self)

Gets barcode type.

Returns
Barcode type.

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

◆ constructed_codetext()

Optional[str] constructed_codetext (   self)

◆ init_from_string()

None init_from_string (   self,
str  constructed_codetext 
)