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

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

Inherits BaseJavaClass.

Public Member Functions

def __init__ (self, javaClass)
 
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)
 
str toString (self)
 Returns a human-readable string representation of this. More...
 
- 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

◆ 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.

◆ toString()

str toString (   self)

Returns a human-readable string representation of this.

Code128DataPortion

.

Returns
: A string that represents this
Code128DataPortion
.

Member Data Documentation

◆ javaClassName

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