com.aspose.slides
Class RectangleAlignmentEx

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.RectangleAlignmentEx

public final class RectangleAlignmentEx
extends com.aspose.ms.java.Enum

Defines 2-dimension allignment.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static byte Bottom
          
static byte BottomLeft
          
static byte BottomRight
          
static byte Center
          
static byte Left
          
static byte NotDefined
          
static byte Right
          
static byte Top
          
static byte TopLeft
          
static byte TopRight
          
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotDefined

public static final byte NotDefined

See Also:
Constant Field Values

TopLeft

public static final byte TopLeft

See Also:
Constant Field Values

Top

public static final byte Top

See Also:
Constant Field Values

TopRight

public static final byte TopRight

See Also:
Constant Field Values

Left

public static final byte Left

See Also:
Constant Field Values

Center

public static final byte Center

See Also:
Constant Field Values

Right

public static final byte Right

See Also:
Constant Field Values

BottomLeft

public static final byte BottomLeft

See Also:
Constant Field Values

Bottom

public static final byte Bottom

See Also:
Constant Field Values

BottomRight

public static final byte BottomRight

See Also:
Constant Field Values