com.aspose.barcode
Class CodeLocation

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.barcode.CodeLocation
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class CodeLocation
extends java.lang.Enum

Specifies the location of the code text shown in the image.

See Also:
Serialized Form

Field Summary
static int Above
           Specifies that the code text is shown on the top of the bar code.
static int Below
           Specifies that the code text is shown on the bottom of the bar code.
static int None
           Specifies that the code text is hidden.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Above

public static final int Above

Specifies that the code text is shown on the top of the bar code.

See Also:
Constant Field Values

Below

public static final int Below

Specifies that the code text is shown on the bottom of the bar code.

See Also:
Constant Field Values

None

public static final int None

Specifies that the code text is hidden.

See Also:
Constant Field Values