Background
Overview
Background is a class in Aspose.Slides FOSS for Python.
Inherits from: PVIObject, IBackground.
Represents background of a slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | BackgroundType | Read | Returns a type of background fill. |
fill_format | IFillFormat | Read | Returns a FillFormat for BackgroundType.OwnBackground fill. |
effect_format | IEffectFormat | Read | Returns a EffectFormat for BackgroundType.OwnBackground fill. |
style_color | IColorFormat | Read | Return a ColorFormat for a BackgroundType.Themed fill. |
style_index | int | Read | Returns an index of BackgroundType.Themed fill in background theme collection. |
as_i_slide_component | ISlideComponent | Read | Provides the ISlideComponent interface for the background |
as_i_fill_param_source | IFillParamSource | Read | Provides the IFillParamSource interface for the background |
Methods
| Signature | Description |
|---|---|
get_effective() → IBackgroundEffectiveData | Returns effective background data, resolving inheritance from layout/master. |