Package com.grapecity.documents.excel
Interface IQRCode
- All Superinterfaces:
IBarcode
QRCode is a two dimensional barcode representing symbology that enables effective handling of numeric, alphanumeric and byte data. This barcode can encode up to 7,366 characters.
-
Method Summary
Modifier and TypeMethodDescriptionA value that represents the collection of characters of QRCode.A value that represents which charset to use(optional charsets: UTF-8; SHIFT-JIS; SHIFT_JIS).booleanGets whether connection is used for the barcode.intGets the connection number for the barcode.Specifies the QRCode's error correction level.intgetMask()Specify any value between 1 and 7,auto configuration is -1intgetModel()Gets the QRCode model,defult value:2intVesion range is 1-14 for model1 and model 2.Methods inherited from interface com.grapecity.documents.excel.IBarcode
getBackgroundColor, getCodeType, getColor, getQuietZoneBottom, getQuietZoneLeft, getQuietZoneRight, getQuietZoneTop, getValue
-
Method Details
-
getErrorCorrectionLevel
ErrorCorrectionLevel getErrorCorrectionLevel()Specifies the QRCode's error correction level. -
getModel
int getModel()Gets the QRCode model,defult value:2 -
getVersion
int getVersion()Vesion range is 1-14 for model1 and model 2. It has 'auto|1-14|1-40' values. auto configuration is -1. -
getMask
int getMask()Specify any value between 1 and 7,auto configuration is -1 -
getConnection
boolean getConnection()Gets whether connection is used for the barcode. -
getConnectionNo
int getConnectionNo()Gets the connection number for the barcode. -
getCharCode
String getCharCode()A value that represents the collection of characters of QRCode. -
getCharSet
String getCharSet()A value that represents which charset to use(optional charsets: UTF-8; SHIFT-JIS; SHIFT_JIS).
-