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 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.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

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

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

Auto

public static final int Auto

auto alignment

See Also:
Constant Field Values


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