接口 ICodabar
- 所有超级接口:
IBarcode
,IFontOption
,ILabelOption
Codabar 是一种条形码,它使用包括字母和数字的字符:A B C D + - : . / $ 以及所有数字。下面分享了一张显示 Codabar 火花线的屏幕截图。
-
方法概要
从接口继承的方法 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()指定符号是否需要校验位。默认值为 'false'。 -
getNwRatio
int getNwRatio()一个代表宽条和窄条比例的值。其值可以是2或3。默认值为'3'。
-