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

AustralianPost barcode parameters. More...

Inherits _MwWrapper.

Public Member Functions

None __init__ (self, _java_class)
 
str __str__ (self)
 
CustomerInformationInterpretingType australian_post_encoding_table (self)
 Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other. More...
 
None australian_post_encoding_table (self, CustomerInformationInterpretingType value)
 Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other. More...
 
Optional[Unitaustralian_post_short_bar_height (self)
 Short bar's height of AustralianPost barcode. More...
 
None australian_post_short_bar_height (self, Unit value)
 Short bar's height of AustralianPost barcode. More...
 
CustomerInformationInterpretingType encoding_table (self)
 
None encoding_table (self, CustomerInformationInterpretingType value)
 
Optional[Unitshort_bar_height (self)
 
None short_bar_height (self, Optional[Unit] value)
 

Detailed Description

AustralianPost barcode parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __str__()

str __str__ (   self)

◆ australian_post_encoding_table() [1/2]

CustomerInformationInterpretingType australian_post_encoding_table (   self)

Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other.

◆ australian_post_encoding_table() [2/2]

None australian_post_encoding_table (   self,
CustomerInformationInterpretingType  value 
)

Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other.

◆ australian_post_short_bar_height() [1/2]

Optional[Unit] australian_post_short_bar_height (   self)

Short bar's height of AustralianPost barcode.

◆ australian_post_short_bar_height() [2/2]

None australian_post_short_bar_height (   self,
Unit  value 
)

Short bar's height of AustralianPost barcode.

◆ encoding_table() [1/2]

CustomerInformationInterpretingType encoding_table (   self)
Interpreting type for the Customer Information of AustralianPost,
default to CustomerInformationInterpretingType.Other

◆ encoding_table() [2/2]

None encoding_table (   self,
CustomerInformationInterpretingType  value 
)
Interpreting type for the Customer Information of AustralianPost,
default to CustomerInformationInterpretingType.Other

◆ short_bar_height() [1/2]

Optional[Unit] short_bar_height (   self)
Short bar's height of AustralianPost barcode.

◆ short_bar_height() [2/2]

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