接口 ICode49
- 所有超级接口:
IBarcode
,IFontOption
,ILabelOption
Code 49 is a two dimensional, high-density stacked barcode with two to eight rows (having eight characters each). Each row has a start code and a stop code. This barcode is especially used to encodes the complete ASCII character set.
-
方法概要
修饰符和类型方法说明boolean
Specifies whether the symbol mode is Group Alphanimeric Mode.int
A value that represents the index of symbol in the group.从接口继承的方法 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
-
方法详细资料
-
getGrouping
boolean getGrouping()Specifies whether the symbol mode is Group Alphanimeric Mode. The default value is 'false'. -
getGroupNo
int getGroupNo()A value that represents the index of symbol in the group. The default value is '0'
-