com.aspose.slides.pptx
Class SlideOrienationEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.SlideOrienationEx

public class SlideOrienationEx
extends Enumerate


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
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, 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)