com.aspose.barcode
Class CodeLocation

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

public final class CodeLocation
extends Object

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


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.Object
equals, getClass, hashCode, notify, notifyAll, toString, 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


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