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, code128SubType, data)
 Creates a new instance of the. More...
 
def construct (javaClass)
 
def getData (self)
 Gets the part of code text related to subtype. More...
 
def setData (self, value)
 Gets the part of code text related to subtype. More...
 
def getCode128SubType (self)
 Gets the type of Code128 subset. More...
 
def setCode128SubType (self, value)
 Gets the type of Code128 subset. More...
 
def init (self)
 
def toString (self)
 Returns a human-readable string representation of this. More...
 
- Public Member Functions inherited from BaseJavaClass
def __init__ (self, javaClass)
 
def getJavaClass (self)
 
def setJavaClass (self, javaClass)
 
def getJavaClassName (self)
 
def isNull (self)
 
def printJavaClassName (self)
 

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,
  code128SubType,
  data 
)

Creates a new instance of the.

Code128DataPortion

class with start code symbol and decoded codetext.

Parameters
code128SubType A start encoding symbol
data A partial codetext

Member Function Documentation

◆ construct()

def construct (   javaClass)

◆ getCode128SubType()

def getCode128SubType (   self)

Gets the type of Code128 subset.

Returns
: The type of Code128 subset

◆ getData()

def getData (   self)

Gets the part of code text related to subtype.

Returns
: The part of code text related to subtype

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ setCode128SubType()

def setCode128SubType (   self,
  value 
)

Gets the type of Code128 subset.

Returns
: The type of Code128 subset

◆ setData()

def setData (   self,
  value 
)

Gets the part of code text related to subtype.

Returns
: The part of code text related to subtype

◆ toString()

def 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