Package com.aspose.barcode.generation
Class AustralianPostParameters
- java.lang.Object
-
- com.aspose.barcode.generation.AustralianPostParameters
-
public class AustralianPostParameters extends java.lang.Object
AustralianPost barcode parameters.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerInformationInterpretingType
getAustralianPostEncodingTable()
Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"Unit
getAustralianPostShortBarHeight()
Short bar's height of AustralianPost barcode.void
setAustralianPostEncodingTable(CustomerInformationInterpretingType value)
Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"void
setAustralianPostShortBarHeight(Unit value)
Short bar's height of AustralianPost barcode.java.lang.String
toString()
Returns a human-readable string representation of thisAustralianPostParameters
.
-
-
-
Method Detail
-
getAustralianPostShortBarHeight
public Unit getAustralianPostShortBarHeight()
Short bar's height of AustralianPost barcode.
-
setAustralianPostShortBarHeight
public void setAustralianPostShortBarHeight(Unit value)
Short bar's height of AustralianPost barcode.
-
getAustralianPostEncodingTable
public CustomerInformationInterpretingType getAustralianPostEncodingTable()
Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"
-
setAustralianPostEncodingTable
public void setAustralianPostEncodingTable(CustomerInformationInterpretingType value)
Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"
-
toString
public java.lang.String toString()
Returns a human-readable string representation of this
AustralianPostParameters
.- Overrides:
toString
in classjava.lang.Object
- Returns:
- A string that represents this
AustralianPostParameters
.
-
-