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

Supplement parameters. More...

Inherits _MwWrapper.

Public Member Functions

None __init__ (self, _java_class)
 
str __str__ (self)
 Returns a human-readable string representation of this SupplementParameters. More...
 
str supplement_data (self)
 Supplement data following BarCode. More...
 
None supplement_data (self, str value)
 Supplement data following BarCode. More...
 
Optional[Unitsupplement_space (self)
 Space between the main BarCode and supplement BarCode in Unit value. More...
 

Detailed Description

Supplement parameters.

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

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this SupplementParameters.

Returns
A string that represents this SupplementParameters.

◆ supplement_data() [1/2]

str supplement_data (   self)

Supplement data following BarCode.

◆ supplement_data() [2/2]

None supplement_data (   self,
str  value 
)

Supplement data following BarCode.

◆ supplement_space()

Optional[Unit] supplement_space (   self)

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