Package com.aspose.barcode.component
Class AztecParametersUI
- java.lang.Object
-
- com.aspose.barcode.component.AztecParametersUI
-
public class AztecParametersUI extends java.lang.Object
UI wrapper for com.aspose.barcode.generation.AztecParameters class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getAspectRatio()
Height/Width ratio of 2D BarCode module.int
getAztecErrorLevel()
Level of error correction of Aztec types of barcode.AztecSymbolMode
getAztecSymbolMode()
Gets a Aztec Symbol mode.java.nio.charset.Charset
getCodeTextEncoding()
Gets the encoding of codetext.void
setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.void
setAztecErrorLevel(int value)
Level of error correction of Aztec types of barcode.void
setAztecSymbolMode(AztecSymbolMode value)
Sets a Aztec Symbol mode.void
setCodeTextEncoding(java.nio.charset.Charset value)
Sets the encoding of codetext.java.lang.String
toString()
Returns a human-readable string representation of this.
-
-
-
Method Detail
-
getAztecErrorLevel
public int getAztecErrorLevel()
Level of error correction of Aztec types of barcode. Value should between 10 to 95.
-
setAztecErrorLevel
public void setAztecErrorLevel(int value)
Level of error correction of Aztec types of barcode. Value should between 10 to 95.
-
getAztecSymbolMode
public AztecSymbolMode getAztecSymbolMode()
Gets a Aztec Symbol mode.
-
setAztecSymbolMode
public void setAztecSymbolMode(AztecSymbolMode value)
Sets a Aztec Symbol mode.
-
getAspectRatio
public float getAspectRatio()
Height/Width ratio of 2D BarCode module.
-
setAspectRatio
public void setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
-
getCodeTextEncoding
public java.nio.charset.Charset getCodeTextEncoding()
Gets the encoding of codetext.
-
setCodeTextEncoding
public void setCodeTextEncoding(java.nio.charset.Charset value)
Sets the encoding of codetext.
-
toString
public java.lang.String toString()
Returns a human-readable string representation of this. - Overrides:
toString
in classjava.lang.Object
- Returns:
- A string that represents this
.
-
-