|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.QREncodeMode
public final class QREncodeMode
QR barcode's encoding mode
Field Summary | |
---|---|
static int |
ALPHA_NUMBER
AlphaNumber mode, include A-Z, 0-9 and the SP, $, %, *, +, -, ., / and : |
static int |
AUTO
auto detect the mode |
static int |
BINARY
8-bit binary mode |
static int |
NUMERIC
numeric mode |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int AUTO
auto detect the mode
public static final int NUMERIC
numeric mode
public static final int ALPHA_NUMBER
AlphaNumber mode, include A-Z, 0-9 and the SP, $, %, *, +, -, ., / and :
public static final int BINARY
8-bit binary mode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |