Package com.grapecity.documents.excel
Interface ICodabar
- All Superinterfaces:
IBarcode,IFontOption,ILabelOption
Codabar is a barcode that uses alphanumeric characters including : A B C D + - : . / $ and all numbers.A screenshot depicting Codabar sparkline is shared below.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecifies whether the symbol needs a check digit.intA value that represents the wide and narrow bar ratio.Methods inherited from interface com.grapecity.documents.excel.IBarcode
getBackgroundColor, getCodeType, getColor, getQuietZoneBottom, getQuietZoneLeft, getQuietZoneRight, getQuietZoneTop, getValueMethods inherited from interface com.grapecity.documents.excel.IFontOption
getFontFamily, getFontSize, getFontStyle, getFontTextAlign, getFontTextDecoration, getFontWeightMethods inherited from interface com.grapecity.documents.excel.ILabelOption
getLabelPosition, getShowLabel
-
Method Details
-
getCheckDigit
boolean getCheckDigit()Specifies whether the symbol needs a check digit. The default value is 'false'. -
getNwRatio
int getNwRatio()A value that represents the wide and narrow bar ratio. It has values 2|3. The default value is '3'.
-