com.aspose.slides
Class RectangleAlignmentEx

java.lang.Object
  extended by com.aspose.dotnet.util.Enumerate
      extended by com.aspose.slides.RectangleAlignmentEx

public class RectangleAlignmentEx
extends com.aspose.dotnet.util.Enumerate

Represents the enumeration of rectangle alignments.


Field Summary
static RectangleAlignmentEx BOTTOM
           
static int BOTTOM_ID
           
static RectangleAlignmentEx BOTTOM_LEFT
           
static int BOTTOM_LEFT_ID
           
static RectangleAlignmentEx BOTTOM_RIGHT
           
static int BOTTOM_RIGHT_ID
           
static RectangleAlignmentEx CENTER
           
static int CENTER_ID
           
static RectangleAlignmentEx LEFT
           
static int LEFT_ID
           
static RectangleAlignmentEx RIGHT
           
static int RIGHT_ID
           
static RectangleAlignmentEx TOP
           
static int TOP_ID
           
static RectangleAlignmentEx TOP_LEFT
           
static int TOP_LEFT_ID
           
static RectangleAlignmentEx TOP_RIGHT
           
static int TOP_RIGHT_ID
           
 
Method Summary
 
Methods inherited from class com.aspose.dotnet.util.Enumerate
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TOP_LEFT

public static final RectangleAlignmentEx TOP_LEFT

TOP_LEFT_ID

public static final int TOP_LEFT_ID
See Also:
Constant Field Values

TOP

public static final RectangleAlignmentEx TOP

TOP_ID

public static final int TOP_ID
See Also:
Constant Field Values

TOP_RIGHT

public static final RectangleAlignmentEx TOP_RIGHT

TOP_RIGHT_ID

public static final int TOP_RIGHT_ID
See Also:
Constant Field Values

LEFT

public static final RectangleAlignmentEx LEFT

LEFT_ID

public static final int LEFT_ID
See Also:
Constant Field Values

CENTER

public static final RectangleAlignmentEx CENTER

CENTER_ID

public static final int CENTER_ID
See Also:
Constant Field Values

RIGHT

public static final RectangleAlignmentEx RIGHT

RIGHT_ID

public static final int RIGHT_ID
See Also:
Constant Field Values

BOTTOM_LEFT

public static final RectangleAlignmentEx BOTTOM_LEFT

BOTTOM_LEFT_ID

public static final int BOTTOM_LEFT_ID
See Also:
Constant Field Values

BOTTOM

public static final RectangleAlignmentEx BOTTOM

BOTTOM_ID

public static final int BOTTOM_ID
See Also:
Constant Field Values

BOTTOM_RIGHT

public static final RectangleAlignmentEx BOTTOM_RIGHT

BOTTOM_RIGHT_ID

public static final int BOTTOM_RIGHT_ID
See Also:
Constant Field Values