com.aspose.slides.pptx
Class BackgroundTypeEx
java.lang.Object
com.aspose.slides.Enumerate
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.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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
toValue
public static BackgroundTypeEx toValue(int id)