com.aspose.slides.pptx
Class BackgroundTypeEx

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

public class BackgroundTypeEx
extends Enumerate

Enumeration which defines the background type of a slide.


Field Summary
static BackgroundTypeEx NOT_DEFINED
          Background of a slide is undefined.
static int NOT_DEFINED_ID
           
static BackgroundTypeEx OWN_BACKGROUND
          Slide has own background.
static int OWN_BACKGROUND_ID
           
static BackgroundTypeEx THEMED
          Background of a slide follows master's theme.
static int THEMED_ID
           
 
Method Summary
static BackgroundTypeEx 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

NOT_DEFINED

public static final BackgroundTypeEx NOT_DEFINED
Background of a slide is undefined.


NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

THEMED

public static final BackgroundTypeEx THEMED
Background of a slide follows master's theme.


THEMED_ID

public static final int THEMED_ID
See Also:
Constant Field Values

OWN_BACKGROUND

public static final BackgroundTypeEx OWN_BACKGROUND
Slide has own background.


OWN_BACKGROUND_ID

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

toValue

public static BackgroundTypeEx toValue(int id)