Code128DataPortion
Code128DataPortion class
Module: aspose_barcode.recognition.code_128_data_portion
Contains the data of subtype for Code128 type barcode.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| str | str | No | Returns a human-readable string representation of this. . |
| code_128_sub_type | Code128SubType | No | |
| data | Optional[str] | No |
Code128DataPortion Constructor
__init__(self, _java_class) -> def
| Parameter | Type | Description |
|---|---|---|
_java_class | `` |
Code128DataPortion.str
__str__(self) -> str
Returns a human-readable string representation of this. .
Return Type: str — A string that represents thisCode128DataPortion .
Code128DataPortion.code_128_sub_type
code_128_sub_type(self) -> Code128SubType
Return Type: Code128SubType
Code128DataPortion.data
data(self) -> Optional[str]
Return Type: Optional[str]