Package 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 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 thisPostalParameters
.
-
-
-
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 classjava.lang.Object
- Returns:
- A string that represents this
PostalParameters
.
-
-