Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
getColumns () | |
setColumns (int $value) | |
getRows () | |
setRows (int $value) | |
getAspectRatio () | |
setAspectRatio (float $value) | |
toString () | |
Public Member Functions inherited from BaseJavaClass | |
__construct ($javaClass) | |
getJavaClass () | |
getJavaClassName () | |
isNull () | |
printJavaClassName () | |
Protected Member Functions | |
init () | |
Protected Member Functions inherited from BaseJavaClass | |
setJavaClass ($javaClass) | |
Codablock parameters.
CodablockParameters::getAspectRatio | ( | ) |
Height/Width ratio of 2D BarCode module.
CodablockParameters::getColumns | ( | ) |
Columns count.
CodablockParameters::getRows | ( | ) |
Rows count.
|
protected |
Reimplemented from BaseJavaClass.
CodablockParameters::setAspectRatio | ( | float | $value | ) |
Height/Width ratio of 2D BarCode module.
CodablockParameters::setColumns | ( | int | $value | ) |
Columns count.
CodablockParameters::setRows | ( | int | $value | ) |
Rows count.
CodablockParameters::toString | ( | ) |
Returns a human-readable string representation of this CodablockParameters.