Interface IQRCode
- All Superinterfaces:
IBarcode
public interface IQRCode
extends IBarcode
QRCode是一种二维条码表示符号,能够有效地处理数字、字母数字和字节数据。这种条码可以编码多达7,366个字符。
-
Method Summary
一个表示应使用哪种字符集的值(可选字符集:UTF-8;SHIFT-JIS;SHIFT_JIS)。
boolean
int
int
int
int
版本范围对于模型1和模型2是1-14。它有 'auto|1-14|1-40' 的值。自动配置是 -1。
-
Method Details
-
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
表示QRCode字符集的一个值。
-
getCharSet
一个表示应使用哪种字符集的值(可选字符集:UTF-8;SHIFT-JIS;SHIFT_JIS)。