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

Stores a MaxiCode additional information of recognized barcode. More...

Inherits BaseJavaClass.

Public Member Functions

def __init__ (self, javaClass)
 
bool equals (self, MaxiCodeExtendedParameters obj)
 Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value. More...
 
int getHashCode (self)
 Returns the hash code for this instance. More...
 
str getMaxiCodeMode (self)
 Gets a MaxiCode encode mode. More...
 
int getMaxiCodeStructuredAppendModeBarcodeId (self)
 Gets a MaxiCode barcode id in structured append mode. More...
 
int getMaxiCodeStructuredAppendModeBarcodesCount (self)
 Gets a MaxiCode barcodes count in structured append mode. More...
 
None init (self)
 
None setMaxiCodeMode (self, str maxiCodeMode)
 Sets a MaxiCode encode mode. More...
 
None setMaxiCodeStructuredAppendModeBarcodeId (self, int value)
 Sets a MaxiCode barcode id in structured append mode. More...
 
None setMaxiCodeStructuredAppendModeBarcodesCount (self, int value)
 Sets a MaxiCode barcodes count in structured append mode. More...
 
str toString (self)
 Returns a human-readable string representation of this MaxiCodeExtendedParameters. More...
 
- Public Member Functions inherited from BaseJavaClass
def getJavaClass (self)
 
str getJavaClassName (self)
 
bool isNull (self)
 
None printJavaClassName (self)
 
None setJavaClass (self, javaClass)
 

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

Stores a MaxiCode additional information of recognized barcode.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ equals()

bool equals (   self,
MaxiCodeExtendedParameters  obj 
)

Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value.

Parameters
objAn System.Object value to compare to this instance
Returns
: True if obj has the same value as this instance; otherwise False.

◆ getHashCode()

int getHashCode (   self)

Returns the hash code for this instance.

Returns
: A 32-bit signed integer hash code.

◆ getMaxiCodeMode()

str getMaxiCodeMode (   self)

Gets a MaxiCode encode mode.

Default value: Mode4

◆ getMaxiCodeStructuredAppendModeBarcodeId()

int getMaxiCodeStructuredAppendModeBarcodeId (   self)

Gets a MaxiCode barcode id in structured append mode.

Default value: 0

◆ getMaxiCodeStructuredAppendModeBarcodesCount()

int getMaxiCodeStructuredAppendModeBarcodesCount (   self)

Gets a MaxiCode barcodes count in structured append mode.

Default value: -1

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ setMaxiCodeMode()

None setMaxiCodeMode (   self,
str  maxiCodeMode 
)

Sets a MaxiCode encode mode.

Default value: Mode4

◆ setMaxiCodeStructuredAppendModeBarcodeId()

None setMaxiCodeStructuredAppendModeBarcodeId (   self,
int  value 
)

Sets a MaxiCode barcode id in structured append mode.

Default value: 0

◆ setMaxiCodeStructuredAppendModeBarcodesCount()

None setMaxiCodeStructuredAppendModeBarcodesCount (   self,
int  value 
)

Sets a MaxiCode barcodes count in structured append mode.

Default value: -1

◆ toString()

str toString (   self)

Returns a human-readable string representation of this MaxiCodeExtendedParameters.

Returns
: A string that represents this MaxiCodeExtendedParameters.