com.aspose.slides.pptx
Class OrientationEx

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

public class OrientationEx
extends Enumerate

Enumeration which defines types of orientation.


Field Summary
static OrientationEx HORIZONTAL
          Horizontal.
static int HORIZONTAL_ID
           
static OrientationEx VERTICAL
          Vertical.
static int VERTICAL_ID
           
 
Method Summary
static OrientationEx 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

HORIZONTAL

public static final OrientationEx HORIZONTAL
Horizontal.


HORIZONTAL_ID

public static final int HORIZONTAL_ID
See Also:
Constant Field Values

VERTICAL

public static final OrientationEx VERTICAL
Vertical.


VERTICAL_ID

public static final int VERTICAL_ID
See Also:
Constant Field Values
Method Detail

toValue

public static OrientationEx toValue(int id)