接口 ICode93
- 所有超级接口:
IBarcode
,IFontOption
,ILabelOption
Code93条码是一种使用大写字母、数字字符以及一些特殊字符("%","*","$","/",".","-","+")的条码。
-
方法概要
从接口继承的方法 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'。 -
getFullASCII
boolean getFullASCII()指定是否支持Code93完整ASCII。默认值为 'false'。
-