Class AustralianPostParameters

java.lang.Object
com.aspose.barcode.generation.AustralianPostParameters

public class AustralianPostParameters extends Object

AustralianPost barcode parameters.

  • Method Details

    • getShortBarHeight

      public final Unit getShortBarHeight()

      Short bar's height of AustralianPost barcode.

    • setShortBarHeight

      public final void setShortBarHeight(Unit value)

      Short bar's height of AustralianPost barcode.

    • getAustralianPostShortBarHeight

      @Deprecated public final Unit getAustralianPostShortBarHeight()
      Deprecated.
      Use ShortBarHeight instead

      Short bar's height of AustralianPost barcode.

    • setAustralianPostShortBarHeight

      @Deprecated public final void setAustralianPostShortBarHeight(Unit value)
      Deprecated.
      Use ShortBarHeight instead

      Short bar's height of AustralianPost barcode.

    • getEncodingTable

      public final CustomerInformationInterpretingType getEncodingTable()

      Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"

    • setEncodingTable

      public final void setEncodingTable(CustomerInformationInterpretingType value)

      Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"

    • getAustralianPostEncodingTable

      @Deprecated public final CustomerInformationInterpretingType getAustralianPostEncodingTable()
      Deprecated.
      Use EncodingTable instead

      Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"

    • setAustralianPostEncodingTable

      @Deprecated public final void setAustralianPostEncodingTable(CustomerInformationInterpretingType value)
      Deprecated.
      Use EncodingTable instead

      Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other"

    • toString

      public String toString()

      Returns a human-readable string representation of this AustralianPostParameters.

      Overrides:
      toString in class Object
      Returns:
      A string that represents this AustralianPostParameters.