CodabarParameters

CodabarParameters

Codabar parameters.

Constructor

new CodabarParameters()

Source:

Methods

getChecksumMode()

Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See {@code ChecksumMode}(#getChecksumMode/#setChecksumMode).

Returns:
Type Description
the checksum algorithm for Codabar barcodes.
Source:

getCodabarChecksumMode()

Get the checksum algorithm for Codabar barcodes.
Default value: CodabarChecksumMode.MOD_16.
To enable checksum calculation set value EnableChecksum.YES to property EnableChecksum.
See CodabarChecksumMode.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getChecksumMode().

Source:

getCodabarStartSymbol()

Start symbol (character) of Codabar symbology.
Default value: CodabarSymbol.A
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getStartSymbol().

Source:

getCodabarStopSymbol()

Stop symbol (character) of Codabar symbology.
Default value: CodabarSymbol.A
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getStopSymbol().

Source:

getStartSymbol()

Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A

Source:

getStopSymbol()

Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A

Source:

setChecksumMode(value)

Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See {@code ChecksumMode}(#getChecksumMode/#setChecksumMode).

Parameters:
Name Type Description
value the checksum algorithm for Codabar barcodes.
Source:

setCodabarChecksumMode()

Set the checksum algorithm for Codabar barcodes.
Default value: CodabarChecksumMode.MOD_16.
To enable checksum calculation set value EnableChecksum.YES to property EnableChecksum.
See CodabarChecksumMode.
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setChecksumMode().

Source:

setCodabarStartSymbol()

Start symbol (character) of Codabar symbology.
Default value: CodabarSymbol.A
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setStartSymbol().

Source:

setCodabarStopSymbol()

Stop symbol (character) of Codabar symbology.
Default value: CodabarSymbol.A
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setStopSymbol().

Source:

setStartSymbol()

Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A

Source:

setStopSymbol()

Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A

Source:

toString()

Returns a human-readable string representation of this CodabarParameters.
Returns:
Type Description
A string that represents this CodabarParameters.
Source: