Skip to main content

SlideBackground Class

A base class for slide background fills.

Declaration

public abstract class SlideBackground extends PresentationObject

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
JavaObject

SlideBackground()

Initializes a new instance of the SlideBackground class.

Declaration

public SlideBackground()

Methods

deepClone() Method

Clones the current SlideBackground instance.

Declaration

public SlideBackground deepClone()

Returns

Type Description
SlideBackground

The cloned SlideBackground instance.

getType() Method

Returns the fill type of the slide background (themed or custom).

Declaration

public abstract SlideBackgroundType getType()

Returns

Type Description
SlideBackgroundType

The fill type of the slide background.