java.lang.Object
de.vwsoft.barcodelib4j.oned.Barcode
de.vwsoft.barcodelib4j.oned.UPCEANFamily
- 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, setCustomText, setFont, setFontSizeAdjusted, setOptionalChecksumVisible, setRatio, setTextOffset, setTextOnTop, setTextVisible, supportsAutoCompletion, supportsOptionalChecksum, supportsRatio
-
Method Details
-
setAddOn
Description copied from class:BarcodeSets the Add-On number for this barcode object.This must be supported by the given barcode type. See:
Barcode.supportsAddOn()- Overrides:
setAddOnin 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:BarcodeReturns the Add-On number assigned to this barcode object ornullif no Add-On number is assigned.
-