![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
AustraliaPost decoding parameters. More...
Inherits BaseJavaClass.
Public Member Functions | |
| def | __init__ (self, javaClass) |
| CustomerInformationInterpretingType | getCustomerInformationInterpretingType (self) |
| Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. More... | |
| bool | getIgnoreEndingFillingPatternsForCTable (self) |
| The flag which forces AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. More... | |
| None | init (self) |
| None | setCustomerInformationInterpretingType (self, CustomerInformationInterpretingType value) |
| Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. More... | |
| None | setIgnoreEndingFillingPatternsForCTable (self, bool value) |
Public Member Functions inherited from BaseJavaClass | |
| def | getJavaClass (self) |
| str | getJavaClassName (self) |
| bool | isNull (self) |
| None | printJavaClassName (self) |
| None | setJavaClass (self, javaClass) |
Static Public Member Functions | |
| AustraliaPostSettings | construct (javaClass) |
Additional Inherited Members | |
Public Attributes inherited from BaseJavaClass | |
| javaClass | |
| javaClassName | |
AustraliaPost decoding parameters.
Contains parameters which influence recognized data of AustraliaPost symbology.
| def __init__ | ( | self, | |
| javaClass | |||
| ) |
Reimplemented from BaseJavaClass.
|
static |
| CustomerInformationInterpretingType getCustomerInformationInterpretingType | ( | self | ) |
Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER.
| bool getIgnoreEndingFillingPatternsForCTable | ( | self | ) |
The flag which forces AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method.
| None init | ( | self | ) |
Reimplemented from BaseJavaClass.
| None setCustomerInformationInterpretingType | ( | self, | |
| CustomerInformationInterpretingType | value | ||
| ) |
Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER.
| value | The interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode |
| None setIgnoreEndingFillingPatternsForCTable | ( | self, | |
| bool | value | ||
| ) |