MaxiCodeStandardCodetext
Contents
[
Hide
]MaxiCodeStandardCodetext class
Module: aspose_barcode.complex_barcode.maxi_code_standard_codetext
Inherits: MaxiCodeCodetext
Class for encoding and decoding MaxiCode codetext for modes 4, 5 and 6.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | Returns a value indicating whether this instance is equal to a specified MaxiCodeStandardCodetext value. |
| hash | int | No | Returns the hash code for this instance. |
| constructed_codetext | Optional[str] | No | Constructs codetext. |
| init_from_string | None | No | Initializes instance from constructed codetext. |
Properties
| Name | Type | Description |
|---|---|---|
| message | Optional[str] | Gets message. |
| mode | MaxiCodeMode | Gets MaxiCode mode. |
MaxiCodeStandardCodetext Constructor
__init__(self)
MaxiCodeStandardCodetext.eq
__eq__(self, MaxiCodeStandardCodetext other) -> bool
Returns a value indicating whether this instance is equal to a specified MaxiCodeStandardCodetext value.
| Parameter | Type | Description |
|---|---|---|
other | MaxiCodeStandardCodetext |
Return Type: bool — True if obj has the same value as this instance; otherwise, False.
MaxiCodeStandardCodetext.hash
__hash__(self) -> int
Returns the hash code for this instance.
Return Type: int — A 32-bit signed integer hash code.
MaxiCodeStandardCodetext.constructed_codetext
constructed_codetext(self) -> Optional[str]
Constructs codetext.
Return Type: Optional[str] — Constructed codetext
MaxiCodeStandardCodetext.init_from_string
init_from_string(self, str constructed_codetext)
Initializes instance from constructed codetext.
| Parameter | Type | Description |
|---|---|---|
constructed_codetext | str |
MaxiCodeStandardCodetext.message
Type: Optional[str]
Gets message.
Sets message.
| Parameter | Type | Description |
|---|---|---|
value | str |
MaxiCodeStandardCodetext.mode
Type: MaxiCodeMode
Gets MaxiCode mode.
Returns: MaxiCode mode
Sets MaxiCode mode. Standart codetext can be used only with modes 4, 5 and 6.
| Parameter | Type | Description |
|---|---|---|
mode | MaxiCodeMode |