|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.PDF417CompactMode
public class PDF417CompactMode
Compaction mode for PDF417 type of barcode
Field Summary | |
---|---|
static int |
AUTO
Automatically pick up the commpact mode |
static int |
BINARY
Encoding binary data |
static int |
NUMERIC
Encoding numbers |
static int |
TEXT
Encoding text |
Constructor Summary | |
---|---|
PDF417CompactMode()
|
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
public static final int TEXT
public static final int NUMERIC
public static final int BINARY
Constructor Detail |
---|
public PDF417CompactMode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |