![]() |
Aspose.Barcode for PHP via Java
22.4
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
__construct (?AustraliaPostSettings $settings) | |
getCustomerInformationInterpretingType () | |
setCustomerInformationInterpretingType (int $value) | |
getIgnoreEndingFillingPatternsForCTable () | |
setIgnoreEndingFillingPatternsForCTable (bool $value) | |
getJavaClass () | |
getJavaClassName () | |
isNull () | |
printJavaClassName () | |
Static Public Member Functions | |
static | construct ($javaClass) |
Protected Member Functions | |
init () | |
setJavaClass ($javaClass) | |
AustraliaPost decoding parameters. Contains parameters which make influence on recognized data of AustraliaPost symbology.
AustraliaPostSettings::__construct | ( | ?AustraliaPostSettings | $settings | ) |
AustraliaPostSettings constructor
|
static |
AustraliaPostSettings::getCustomerInformationInterpretingType | ( | ) |
Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER.
AustraliaPostSettings::getIgnoreEndingFillingPatternsForCTable | ( | ) |
The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z".
|
inherited |
|
inherited |
|
protected |
Reimplemented from BaseJavaClass.
|
inherited |
|
inherited |
AustraliaPostSettings::setCustomerInformationInterpretingType | ( | int | $value | ) |
Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER.
int | $value | The interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode |
AustraliaPostSettings::setIgnoreEndingFillingPatternsForCTable | ( | bool | $value | ) |
The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z".
bool | $value | The flag which force AustraliaPost decoder to ignore last filling patterns during CTable method decoding |
BarcodeException |
|
protectedinherited |