Background
Contents
[
Hide
]
Background class
Represents background of a slide.
The Background type exposes the following members:
Properties
Name | Description |
---|---|
as_i_presentation_component | Allows to get base IPresentationComponent interface. Read-only IPresentationComponent. |
type | Returns a type of background fill. Read/write BackgroundType. |
fill_format | Returns a FillFormat for BackgroundType.OwnBackground fill. Read-only IFillFormat. |
effect_format | Returns a EffectFormat for BackgroundType.OwnBackground fill. Read-only IEffectFormat. |
style_color | Return a ColorFormat for a BackgroundType.Themed fill. Read-only IColorFormat. |
style_index | Returns an index of BackgroundType.Themed fill in background theme collection. 0 means no fill. 1..999 - index. Read/write int. |
slide | Returns the parent slide of a shape. Read-only IBaseSlide. |
presentation | Returns the parent presentation of a slide. Read-only IPresentation. |
as_i_slide_component | Returns ISlideComponent interface. Read-only ISlideComponent. |
as_i_fill_param_source | Returns IFillParamSource interface. Read-only IFillParamSource. |
Methods
Name | Description |
---|---|
get_effective() | Gets effective background data with the inheritance applied. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides