Code128DataPortion

Code128DataPortion class

Module: aspose_barcode.recognition.code_128_data_portion

Contains the data of subtype for Code128 type barcode.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
strstrNoReturns a human-readable string representation of this. .
code_128_sub_typeCode128SubTypeNo
dataOptional[str]No

Code128DataPortion Constructor

__init__(self, _java_class) -> def
ParameterTypeDescription
_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]