Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
getItfBorderThickness () | |
setItfBorderThickness (Unit $value) | |
getItfBorderType () | |
setItfBorderType (int $value) | |
getQuietZoneCoef () | |
setQuietZoneCoef (int $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) | |
Private Attributes | |
$itfBorderThickness | |
ITF parameters.
ITFParameters::getItfBorderThickness | ( | ) |
Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
ITFParameters::getItfBorderType | ( | ) |
Border type of ITF barcode. Default value: ITF14BorderType::BAR.
ITFParameters::getQuietZoneCoef | ( | ) |
Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
IllegalArgumentException |
|
protected |
Reimplemented from BaseJavaClass.
ITFParameters::setItfBorderThickness | ( | Unit | $value | ) |
Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
ITFParameters::setItfBorderType | ( | int | $value | ) |
Border type of ITF barcode. Default value: ITF14BorderType::BAR.
ITFParameters::setQuietZoneCoef | ( | int | $value | ) |
Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
IllegalArgumentException |
int | The QuietZoneCoef parameter value is less than 10. |
ITFParameters::toString | ( | ) |
Returns a human-readable string representation of this ITFParameters.
|
private |