com.aspose.barcode
Class CodabarSymbol

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

public final class CodabarSymbol
extends Object

Specifies the start or stop symbol of the Codabar barcode specification.


Field Summary
static short A
           Specifies character A as the start or stop symbol of the Codabar barcode specification.
static short B
           Specifies character B as the start or stop symbol of the Codabar barcode specification.
static short C
           Specifies character C as the start or stop symbol of the Codabar barcode specification.
static short D
           Specifies character D as the start or stop symbol of the Codabar barcode specification.
 
Constructor Summary
CodabarSymbol()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

A

public static final short A

Specifies character A as the start or stop symbol of the Codabar barcode specification.

See Also:
Constant Field Values

B

public static final short B

Specifies character B as the start or stop symbol of the Codabar barcode specification.

See Also:
Constant Field Values

C

public static final short C

Specifies character C as the start or stop symbol of the Codabar barcode specification.

See Also:
Constant Field Values

D

public static final short D

Specifies character D as the start or stop symbol of the Codabar barcode specification.

See Also:
Constant Field Values
Constructor Detail

CodabarSymbol

public CodabarSymbol()


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