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

Supplement parameters. More...

Inherits BaseJavaClass.

Public Member Functions

None __init__ (self, javaClass)
 
str __str__ (self)
 Returns a human-readable string representation of this SupplementParameters. More...
 
str getSupplementData (self)
 Supplement data following BarCode. More...
 
Optional[UnitgetSupplementSpace (self)
 Space between the main BarCode and supplement BarCode in Unit value. More...
 
None init (self)
 
None setSupplementData (self, str value)
 Supplement data following BarCode. 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

Supplement parameters.

Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this SupplementParameters.

Returns
A string that represents this SupplementParameters.

◆ getSupplementData()

str getSupplementData (   self)

Supplement data following BarCode.

◆ getSupplementSpace()

Optional[Unit] getSupplementSpace (   self)

Space between the main BarCode and supplement BarCode in Unit value.

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ setSupplementData()

None setSupplementData (   self,
str  value 
)

Supplement data following BarCode.