com.aspose.slides.pptx
Class RectangleAlignmentEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.RectangleAlignmentEx
All Implemented Interfaces:
java.lang.Comparable

public class RectangleAlignmentEx
extends Enumerate

Enumeration which defines types of a 2-dimensional alignment.


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 NOTDEFINED
           
static int NOTDEFINED_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
static RectangleAlignmentEx toValue(int id)
           
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOTDEFINED

public static final RectangleAlignmentEx NOTDEFINED

NOTDEFINED_ID

public static final int NOTDEFINED_ID
See Also:
Constant Field Values

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
Method Detail

toValue

public static RectangleAlignmentEx toValue(int id)