com.aspose.barcode
Class Alignment

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

public final class Alignment
extends java.lang.Enum

Caption or Barcode image's alignment style

See Also:
Serialized Form

Field Summary
static int Auto
           auto alignment
static int Bottom
           bottom middle
static int BottomLeft
           at the left bottom corner
static int BottomRight
           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 TopLeft
           at the top left corner
static int TopRight
           at the top right corner
 
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

Auto

public static final int Auto

auto alignment

See Also:
Constant Field Values

Bottom

public static final int Bottom

bottom middle

See Also:
Constant Field Values

BottomLeft

public static final int BottomLeft

at the left bottom corner

See Also:
Constant Field Values

BottomRight

public static final int BottomRight

at the bottom right corner

See Also:
Constant Field Values

Left

public static final int Left

at the left side

See Also:
Constant Field Values

Middle

public static final int Middle

in the middle

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

TopLeft

public static final int TopLeft

at the top left corner

See Also:
Constant Field Values

TopRight

public static final int TopRight

at the top right corner

See Also:
Constant Field Values