Aspose.BarCode for Python via Java  24.11
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 BaseJavaClass.

Public Member Functions

def __init__ (self, javaClass)
 
str __str__ (self)
 Returns a human-readable string representation of this. More...
 
Code128SubType getCode128SubType (self)
 Gets the type of Code128 subset. More...
 
str getData (self)
 Gets the part of code text related to subtype. More...
 
None init (self)
 
- Public Member Functions inherited from BaseJavaClass
def getJavaClass (self)
 
str getJavaClassName (self)
 
bool isNull (self)
 
None printJavaClassName (self)
 
None setJavaClass (self, javaClass)
 

Static Public Attributes

string javaClassName = "com.aspose.mw.barcode.recognition.MwCode128DataPortion"
 

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

Contains the data of subtype for Code128 type barcode.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this.

Code128DataPortion

.

Returns
: A string that represents this
Code128DataPortion
.

◆ getCode128SubType()

Code128SubType getCode128SubType (   self)

Gets the type of Code128 subset.

Returns
: The type of Code128 subset

◆ getData()

str getData (   self)

Gets the part of code text related to subtype.

Returns
: The part of code text related to subtype

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

Member Data Documentation

◆ javaClassName

string javaClassName = "com.aspose.mw.barcode.recognition.MwCode128DataPortion"
static