CustomSlideBackground Class
A slide’s custom background.
Declaration
public class CustomSlideBackground extends SlideBackground
Inherited Members
Inheritance
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 |
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 |
|
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 |
|