![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
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... | |
Interface for complex codetext used with ComplexBarcodeGenerator.
| def __init__ | ( | self, | |
| _java_class | |||
| ) |
Reimplemented in USADriveIdCodetext, MaxiCodeStructuredCodetext, and HIBCLICComplexCodetext.
| EncodeTypes barcode_type | ( | self | ) |
Gets barcode type.
Reimplemented in SwissQRCodetext, MaxiCodeCodetext, MailmarkCodetext, Mailmark2DCodetext, HIBCPASCodetext, and HIBCLICComplexCodetext.
| Optional[str] constructed_codetext | ( | self | ) |
Construct codetext for complex barcode.
Reimplemented in USADriveIdCodetext, SwissQRCodetext, MaxiCodeStructuredCodetext, MaxiCodeStandardCodetext, MailmarkCodetext, Mailmark2DCodetext, HIBCPASCodetext, HIBCLICPrimaryDataCodetext, HIBCLICComplexCodetext, and HIBCLICCombinedCodetext.
| None init_from_string | ( | self, | |
| str | constructed_codetext | ||
| ) |
Initializes instance with constructed codetext.
| constructedCodetext | Constructed codetext. |
Reimplemented in SwissQRCodetext, MaxiCodeStructuredCodetext, MaxiCodeStandardCodetext, MailmarkCodetext, Mailmark2DCodetext, HIBCPASCodetext, HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, HIBCLICComplexCodetext, and HIBCLICCombinedCodetext.