|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.Pdf417CompactionMode
public final class Pdf417CompactionMode
Pdf417 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.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int AUTO
auto detect compation mode
public static final int TEXT
text compaction
public static final int NUMERIC
numeric compaction mode
public static final int BINARY
binary compaction mode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |