|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.barcode.DataMatrixEncodeMode
public final class DataMatrixEncodeMode
DataMatrix encoder's encoding mode, default to Auto
Field Summary | |
---|---|
static int |
ASCII
Encodes one alphanumeric or two numeric characters per byte |
static int |
Auto
Automatically pick up the best encode mode for datamatrix encoding |
static int |
Full
Encode 8 bit values |
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 ASCII
Encodes one alphanumeric or two numeric characters per byte
public static final int Auto
Automatically pick up the best encode mode for datamatrix encoding
public static final int Full
Encode 8 bit values
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |