接口 ICode128
- 所有超级接口:
IBarcode
,IFontOption
,ILabelOption
Code 128条码是一种线性条码,用于表示高密度线性符号以编码文本、数字、各种功能以及完整的128个ASCII字符集(从ASCII 0到ASCII 128)。
-
方法概要
从接口继承的方法 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
-
方法详细资料
-
getCodeSet
String getCodeSet()一个代表用于QR码的编码设置的值。它有 'auto|A|B|C' 这些取值。默认值为 'auto'。
-