AustralianPostParameters
Contents
[
Hide
]AustralianPostParameters class
Module: aspose_barcode.generation.australian_post_parameters
AustralianPost barcode parameters.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| str | str | No |
Properties
| Name | Type | Description |
|---|---|---|
| australian_post_encoding_table | CustomerInformationInterpretingType | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other. |
| australian_post_short_bar_height | Optional[Unit] | Short bar’s height of AustralianPost barcode. |
| encoding_table | CustomerInformationInterpretingType | |
| short_bar_height | Optional[Unit] |
AustralianPostParameters Constructor
__init__(self, _java_class)
| Parameter | Type | Description |
|---|---|---|
_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.
| Parameter | Type | Description |
|---|---|---|
value | CustomerInformationInterpretingType |
AustralianPostParameters.australian_post_short_bar_height
Type: Optional[Unit]
Short bar’s height of AustralianPost barcode.
Short bar’s height of AustralianPost barcode.
| Parameter | Type | Description |
|---|---|---|
value | Unit |
AustralianPostParameters.encoding_table
Type: CustomerInformationInterpretingType
| Parameter | Type | Description |
|---|---|---|
value | CustomerInformationInterpretingType |
AustralianPostParameters.short_bar_height
Type: Optional[Unit]
| Parameter | Type | Description |
|---|---|---|
value | Optional[Unit] |