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

Postal parameters. More...

Inherits _MwWrapper.

Public Member Functions

None __init__ (self, _java_class)
 
str __str__ (self)
 Returns a human-readable string representation of this PostalParameters. More...
 
Optional[Unitpostal_short_bar_height (self)
 Short bar's height of Postal barcodes. More...
 
None postal_short_bar_height (self, Unit value)
 Short bar's height of Postal barcodes. More...
 
Optional[Unitshort_bar_height (self)
 
None short_bar_height (self, Optional[Unit] value)
 

Detailed Description

Postal parameters.

Used for Postnet, Planet.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this PostalParameters.

Returns
A string that represents this PostalParameters.

◆ postal_short_bar_height() [1/2]

Optional[Unit] postal_short_bar_height (   self)

Short bar's height of Postal barcodes.

◆ postal_short_bar_height() [2/2]

None postal_short_bar_height (   self,
Unit  value 
)

Short bar's height of Postal barcodes.

◆ short_bar_height() [1/2]

Optional[Unit] short_bar_height (   self)
Short bar's height of Postal barcodes.

◆ short_bar_height() [2/2]

None short_bar_height (   self,
Optional[Unit value 
)
Short bar's height of Postal barcodes.