Skip to main content

CustomSlideBackground Class

A slide’s custom background.

Declaration

public class CustomSlideBackground extends SlideBackground

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

CustomSlideBackground(Fill fill)

Initializes a new instance of the CustomSlideBackground class with specified settings.

Declaration

public CustomSlideBackground(Fill fill)

Parameters

Name Type Description
fill Fill

The fill settings used for the custom slide background.

Methods

deepClone() Method

Clones the current CustomSlideBackground instance.

Declaration

public CustomSlideBackground deepClone()

Returns

Type Description
CustomSlideBackground

The cloned CustomSlideBackground instance.

getFill() Method

Returns background fill.

Declaration

public Fill getFill()

Returns

Type Description
Fill

The fill settings used for the custom slide background.

getShadeToTitle() Method

Returns whether the slide background is shaded to the title.

Declaration

public boolean getShadeToTitle()

Returns

Type Description
boolean

true to shade the slide background to the title; otherwise, false.

getType() Method

Returns the fill type of a slide’s custom background.

Declaration

public SlideBackgroundType getType()

Returns

Type Description
SlideBackgroundType

The fill type of a slide’s custom background.

setFill(Fill value) Method

Sets the fill settings used for the custom slide background.

Declaration

public void setFill(Fill value)

Parameters

Name Type Description
value Fill

The fill settings used for the custom slide background.

setShadeToTitle(boolean value) Method

Sets whether the slide background is shaded to the title.

Declaration

public void setShadeToTitle(boolean value)

Parameters

Name Type Description
value boolean

true to shade the slide background to the title; otherwise, false.