|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.AustralianPosteParcelCodeSet
public final class AustralianPosteParcelCodeSet
Specifies the code set of CODE128 barcode specification used to encode the data.
Field Summary | |
---|---|
static int |
Auto
Specifies code set A should be used to encode the data in the CODE128 specification. |
static int |
Customized
Specifies using B symbol instead of A symbol before human-readable data. |
Constructor Summary | |
---|---|
AustralianPosteParcelCodeSet()
|
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
Specifies code set A should be used to encode the data in the CODE128 specification.
Specifies code set B should be used to encode the data in the CODE128 specification.
Specifies code set C should be used to encode the data in the CODE128 specification.
Specifies using the embeded optimized arithmetic to encode the data, which will use the shortest encoding result.
public static final int Customized
Specifies using B symbol instead of A symbol before human-readable data.
Constructor Detail |
---|
public AustralianPosteParcelCodeSet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |