com.aspose.slides.pptx
Class SlideOrienationEx

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

public class SlideOrienationEx
extends Enumerate

Enumeration which defines slide orientations.


Field Summary
static SlideOrienationEx LANDSCAPE
          Landscape orientation.
static int LANDSCAPE_ID
           
static SlideOrienationEx PORTRAIT
          Portrait orientation.
static int PORTRAIT_ID
           
 
Method Summary
static SlideOrienationEx 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

LANDSCAPE

public static final SlideOrienationEx LANDSCAPE
Landscape orientation.


LANDSCAPE_ID

public static final int LANDSCAPE_ID
See Also:
Constant Field Values

PORTRAIT

public static final SlideOrienationEx PORTRAIT
Portrait orientation.


PORTRAIT_ID

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

toValue

public static SlideOrienationEx toValue(int id)