ITFParameters

ITFParameters class

ITF parameters.

new ITFParameters()

Methods

NameDescription
getBorderThickness()Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
getBorderType()Border type of ITF barcode. Default value: ITF14BorderType.Bar.
getItfBorderThickness() (deprecated)Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
getItfBorderType() (deprecated)Border type of ITF barcode. Default value: ITF14BorderType.BAR.
getQuietZoneCoef()Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
setBorderThickness(value)Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
setBorderType()Border type of ITF barcode. Default value: ITF14BorderType.Bar.
setItfBorderThickness() (deprecated)Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.
setItfBorderType() (deprecated)Border type of ITF barcode. Default value: ITF14BorderType.BAR.
setQuietZoneCoef()Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.
toString()Returns a human-readable string representation of this ITFParameters.

getBorderThickness()

Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.

Returns: an ITF border (bearer bar) thickness in Unit value.

getBorderType()

Border type of ITF barcode. Default value: ITF14BorderType.Bar.

getItfBorderThickness()

Deprecated. See method description for replacement.

Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.

getItfBorderType()

Deprecated. See method description for replacement.

Border type of ITF barcode. Default value: ITF14BorderType.BAR.

getQuietZoneCoef()

Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.

Throws: IllegalArgumentException The QuietZoneCoef parameter value is less than 10.

setBorderThickness(value)

Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.

ParameterDescription
valuean ITF border (bearer bar) thickness in Unit value.

setBorderType()

Border type of ITF barcode. Default value: ITF14BorderType.Bar.

setItfBorderThickness()

Deprecated. See method description for replacement.

Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt.

setItfBorderType()

Deprecated. See method description for replacement.

Border type of ITF barcode. Default value: ITF14BorderType.BAR.

setQuietZoneCoef()

Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px.

Throws: IllegalArgumentException The QuietZoneCoef parameter value is less than 10.

toString()

Returns a human-readable string representation of this ITFParameters.

Returns: A string that represents this ITFParameters.