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
 

Detailed Description

AustraliaPost decoding parameters.

Contains parameters which influence recognized data of AustraliaPost symbology.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ construct()

AustraliaPostSettings construct (   javaClass)
static

◆ getCustomerInformationInterpretingType()

CustomerInformationInterpretingType getCustomerInformationInterpretingType (   self)

Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER.

Returns
: The interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode

◆ getIgnoreEndingFillingPatternsForCTable()

bool getIgnoreEndingFillingPatternsForCTable (   self)

The flag which forces AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method.

Returns
: The flag which forces AustraliaPost decoder to ignore last filling patterns during CTable method decoding.

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ setCustomerInformationInterpretingType()

None setCustomerInformationInterpretingType (   self,
CustomerInformationInterpretingType  value 
)

Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER.

Parameters
valueThe interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode

◆ setIgnoreEndingFillingPatternsForCTable()

None setIgnoreEndingFillingPatternsForCTable (   self,
bool  value 
)