接口 ICodabar
- 所有超级接口:
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.
-
方法概要
修饰符和类型方法说明boolean
Specifies whether the symbol needs a check digit.int
A value that represents the wide and narrow bar ratio.从接口继承的方法 com.grapecity.documents.excel.IBarcode
getBackgroundColor, getCodeType, getColor, getQuietZoneBottom, getQuietZoneLeft, getQuietZoneRight, getQuietZoneTop, getValue
从接口继承的方法 com.grapecity.documents.excel.IFontOption
getFontFamily, getFontSize, getFontStyle, getFontTextAlign, getFontTextDecoration, getFontWeight
从接口继承的方法 com.grapecity.documents.excel.ILabelOption
getLabelPosition, getShowLabel
-
方法详细资料
-
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'.
-