com.aspose.barcode.generation

Class PostalParameters

  • java.lang.Object
    • com.aspose.barcode.generation.PostalParameters


  • public class PostalParameters
    extends java.lang.Object

    Postal parameters. Used for Postnet, Planet.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Unit getPostalShortBarHeight()
      Short bar's height of Postal barcodes.
      void setPostalShortBarHeight(Unit value)
      Short bar's height of Postal barcodes.
      java.lang.String toString()
      Returns a human-readable string representation of this PostalParameters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getPostalShortBarHeight

        public Unit getPostalShortBarHeight()

        Short bar's height of Postal barcodes.

      • setPostalShortBarHeight

        public void setPostalShortBarHeight(Unit value)

        Short bar's height of Postal barcodes.

      • toString

        public java.lang.String toString()

        Returns a human-readable string representation of this PostalParameters.

        Overrides:
        toString in class java.lang.Object
        Returns:
        A string that represents this PostalParameters.