AustralianPostParameters

AustralianPostParameters class

Module: aspose_barcode.generation.australian_post_parameters

AustralianPost barcode parameters.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
strstrNo

Properties

NameTypeDescription
australian_post_encoding_tableCustomerInformationInterpretingTypeInterpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other.
australian_post_short_bar_heightOptional[Unit]Short bar’s height of AustralianPost barcode.
encoding_tableCustomerInformationInterpretingType
short_bar_heightOptional[Unit]

AustralianPostParameters Constructor

__init__(self, _java_class)
ParameterTypeDescription
_java_class``

AustralianPostParameters.str

__str__(self) -> str

Return Type: str

AustralianPostParameters.australian_post_encoding_table

Type: CustomerInformationInterpretingType

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

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

ParameterTypeDescription
valueCustomerInformationInterpretingType

AustralianPostParameters.australian_post_short_bar_height

Type: Optional[Unit]

Short bar’s height of AustralianPost barcode.

Short bar’s height of AustralianPost barcode.

ParameterTypeDescription
valueUnit

AustralianPostParameters.encoding_table

Type: CustomerInformationInterpretingType

ParameterTypeDescription
valueCustomerInformationInterpretingType

AustralianPostParameters.short_bar_height

Type: Optional[Unit]

ParameterTypeDescription
valueOptional[Unit]