java.lang.Object
de.vwsoft.barcodelib4j.oned.Barcode
de.vwsoft.barcodelib4j.oned.LineageUPC
- All Implemented Interfaces:
Cloneable
-
Method Summary
Methods inherited from class de.vwsoft.barcodelib4j.oned.Barcode
clone, draw, draw, getContent, getFont, getRatio, getText, getTextOffset, isFontSizeAdjusted, isOptionalChecksumVisible, isTextOnTop, isTextVisible, newInstance, newInstance, setContent, setFont, setFontSizeAdjusted, setOptionalChecksumVisible, setRatio, setTextOffset, setTextOnTop, setTextVisible, supportsAutoCompletion, supportsOptionalChecksum, supportsRatio
-
Method Details
-
setAddOn
Description copied from class:Barcode
Sets the Add-On number for this barcode object.- Overrides:
setAddOn
in classBarcode
- Parameters:
addOnNumber
- a number consisting of either 2 or 5 digits ornull
(default)- Throws:
BarcodeException
- if the provided value does not match the expected format
-
getAddOn
Description copied from class:Barcode
Returns the Add-On number assigned to this barcode object ornull
if no Add-On number is assigned.
-