com.aspose.barcode
Class Alignment

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

public final class Alignment
extends Object

Caption or Barcode image's alignment style


Field Summary
static int AUTO
           auto alignment
static int BOTTOM
           bottom middle
static int BOTTOM_LEFT
           at the left bottom corner
static int BOTTOM_RIGHT
           at the bottom right corner
static int LEFT
           at the left side
static int MIDDLE
           in the middle
static int RIGHT
           at the right side
static int TOP
           top middle
static int TOP_LEFT
           at the top left corner
static int TOP_RIGHT
           at the top right corner
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIDDLE

public static final int MIDDLE

in the middle

See Also:
Constant Field Values

LEFT

public static final int LEFT

at the left side

See Also:
Constant Field Values

RIGHT

public static final int RIGHT

at the right side

See Also:
Constant Field Values

TOP

public static final int TOP

top middle

See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM

bottom middle

See Also:
Constant Field Values

TOP_LEFT

public static final int TOP_LEFT

at the top left corner

See Also:
Constant Field Values

TOP_RIGHT

public static final int TOP_RIGHT

at the top right corner

See Also:
Constant Field Values

BOTTOM_LEFT

public static final int BOTTOM_LEFT

at the left bottom corner

See Also:
Constant Field Values

BOTTOM_RIGHT

public static final int BOTTOM_RIGHT

at the bottom right corner

See Also:
Constant Field Values

AUTO

public static final int AUTO

auto alignment

See Also:
Constant Field Values


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