接口 IQRCode
- 所有超级接口:
IBarcode
QRCode是一种二维条码表示符号,能够有效地处理数字、字母数字和字节数据。这种条码可以编码多达7,366个字符。
-
方法概要
从接口继承的方法 com.grapecity.documents.excel.IBarcode
getBackgroundColor, getCodeType, getColor, getQuietZoneBottom, getQuietZoneLeft, getQuietZoneRight, getQuietZoneTop, getValue
-
方法详细资料
-
getErrorCorrectionLevel
ErrorCorrectionLevel getErrorCorrectionLevel()指定二维码的错误纠正等级。 -
getModel
int getModel()获取 QRCode 模型,默认值:2。 -
getVersion
int getVersion()版本范围对于模型1和模型2是1-14。它有 'auto|1-14|1-40' 的值。自动配置是 -1。 -
getMask
int getMask()指定任何介于1到7之间的值,自动配置为-1。 -
getConnection
boolean getConnection()获取连接是否用于条形码。 -
getConnectionNo
int getConnectionNo()获取条形码的连接号码。 -
getCharCode
String getCharCode()表示QRCode字符集的一个值。 -
getCharSet
String getCharSet()一个表示应使用哪种字符集的值(可选字符集:UTF-8;SHIFT-JIS;SHIFT_JIS)。
-