com.aspose.barcode
Class AustralianPosteParcelCodeSet

java.lang.Object
  extended by com.aspose.barcode.AustralianPosteParcelCodeSet

public final class AustralianPosteParcelCodeSet
extends java.lang.Object

Specifies the code set of CODE128 com.aspose.barcode specification used to encode the data.


Field Summary
static int Auto
           Specifies code set <b>A</b> 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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Auto

public static final int Auto

Specifies code set <b>A</b> should be used to encode the data in the CODE128 specification.

Specifies code set <b>B</b> should be used to encode the data in the CODE128 specification.

Specifies code set <b>C</b> 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.

See Also:
Constant Field Values

Customized

public static final int Customized

Specifies using B symbol instead of A symbol before human-readable data.

See Also:
Constant Field Values