Aspose.BarCode for Python via Java  24.11
Aspose.Barcode for Python via Java Generation and Recognition API docs
CodabarExtendedParameters Class Reference

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

Inherits BaseJavaClass.

Public Member Functions

def __init__ (self, javaClass)
 
bool __eq__ (self, CodabarExtendedParameters other)
 
int __hash__ (self)
 Returns the hash code for the current instance. More...
 
str __str__ (self)
 
CodabarSymbol getCodabarStartSymbol (self)
 
CodabarSymbol getCodabarStopSymbol (self)
 
None init (self)
 
None setCodabarStartSymbol (self, CodabarSymbol codabarSymbol)
 
None setCodabarStopSymbol (self, CodabarSymbol codabarSymbol)
 Sets a Codabar stop symbol. 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 Codabar additional information of recognized barcode.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ __eq__()

bool __eq__ (   self,
CodabarExtendedParameters  other 
)
Returns a value indicating whether this instance is equal to a specified {@code CodabarExtendedParameters} value.
@param obj: An value to compare to this instance.
@return: True if obj has the same value as this instance; otherwise False.

◆ __hash__()

int __hash__ (   self)

Returns the hash code for the current instance.

Returns
A hash code for the current object.

◆ __str__()

str __str__ (   self)
Returns a human-readable string representation of this {@code CodabarExtendedParameters}.
@return: A string that represents this {@code CodabarExtendedParameters}.

◆ getCodabarStartSymbol()

CodabarSymbol getCodabarStartSymbol (   self)
Gets a Codabar start symbol.
Default value: CodabarSymbol.A

◆ getCodabarStopSymbol()

CodabarSymbol getCodabarStopSymbol (   self)
Gets a Codabar stop symbol.
Default value: CodabarSymbol.A

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ setCodabarStartSymbol()

None setCodabarStartSymbol (   self,
CodabarSymbol  codabarSymbol 
)
Sets a Codabar start symbol.
Default value: CodabarSymbol.A

◆ setCodabarStopSymbol()

None setCodabarStopSymbol (   self,
CodabarSymbol  codabarSymbol 
)

Sets a Codabar stop symbol.

Default value: CodabarSymbol.A