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

Contains the data of subtype for Code128 type barcode. More...

Inherits _MwWrapper.

Public Member Functions

def __init__ (self, _java_class)
 
str __str__ (self)
 Returns a human-readable string representation of this. More...
 
Code128SubType code_128_sub_type (self)
 
Optional[str] data (self)
 

Detailed Description

Contains the data of subtype for Code128 type barcode.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this.

Code128DataPortion

.

Returns
: A string that represents this
Code128DataPortion
.

◆ code_128_sub_type()

Code128SubType code_128_sub_type (   self)

◆ data()

Optional[str] data (   self)