Package com.aspose.barcode.generation
Class CodablockParameters
java.lang.Object
com.aspose.barcode.generation.CodablockParameters
Codablock parameters.
-
Method Summary
Modifier and TypeMethodDescriptionfloatHeight/Width ratio of 2D BarCode module.intColumns count.intgetRows()Rows count.voidsetAspectRatio(float value) Height/Width ratio of 2D BarCode module.voidsetColumns(int value) Columns count.voidsetRows(int value) Rows count.toString()Returns a human-readable string representation of thisCodablockParameters.
-
Method Details
-
getColumns
public int getColumns()Columns count.
-
setColumns
public void setColumns(int value) Columns count.
-
getRows
public int getRows()Rows count.
-
setRows
public void setRows(int value) Rows count.
-
getAspectRatio
public float getAspectRatio()Height/Width ratio of 2D BarCode module.
-
setAspectRatio
public void setAspectRatio(float value) Height/Width ratio of 2D BarCode module.
-
toString
Returns a human-readable string representation of this
CodablockParameters.
-