|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.barcode.QREncodeMode
public final class QREncodeMode
QR com.aspose.barcode's encoding mode
Field Summary | |
---|---|
static int |
AlphaNumber
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.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int AlphaNumber
AlphaNumber mode, include A-Z, 0-9 and the SP, $, %, *, +, -, ., / and :
public static final int Auto
auto detect the mode
public static final int Binary
8-bit binary mode
public static final int Numeric
numeric mode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |