com.aspose.barcode
Class Code128CodeSet

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

public final class Code128CodeSet
extends Object

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


Field Summary
static int A
           Specifies code set A should be used to encode the data in the CODE128 specification.
static int Auto
           Specifies using the embeded optimized arithmetic to encode the data, which will use the shortest encoding result.
static int B
           Specifies code set B should be used to encode the data in the CODE128 specification.
static int C
           Specifies code set C should be used to encode the data in the CODE128 specification.
static int Customized
           Specifies using the customized codeset.
 
Constructor Summary
Code128CodeSet()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

A

public static final int A

Specifies code set A should be used to encode the data in the CODE128 specification.

See Also:
Constant Field Values

B

public static final int B

Specifies code set B should be used to encode the data in the CODE128 specification.

See Also:
Constant Field Values

C

public static final int C

Specifies code set C should be used to encode the data in the CODE128 specification.

See Also:
Constant Field Values

Auto

public static final int Auto

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 the customized codeset.

See Also:
Constant Field Values
Constructor Detail

Code128CodeSet

public Code128CodeSet()


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.