|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.barcode.Pdf417CompactionMode
public final class Pdf417CompactionMode
Pdf417 com.aspose.barcode's compation mode
Field Summary | |
---|---|
static int |
Auto
auto detect compation mode |
static int |
Binary
binary compaction mode |
static int |
Numeric
numeric compaction mode |
static int |
Text
text compaction |
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 Auto
auto detect compation mode
public static final int Binary
binary compaction mode
public static final int Numeric
numeric compaction mode
public static final int Text
text compaction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |