IBackground Interface

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IBackground : ISlideComponent, 
	IPresentationComponent, IFillParamSource

The IBackground type exposes the following members.

Properties
  NameDescription
Public propertyAsIFillParamSource
Returns IFillParamSource interface. Read-only IFillParamSource.
Public propertyAsIPresentationComponent
Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
(Inherited from ISlideComponent.)
Public propertyAsISlideComponent
Returns ISlideComponent interface. Read-only ISlideComponent.
Public propertyEffectFormat
Returns a EffectFormat for BackgroundType.OwnBackground fill. Read-only IEffectFormat.
Public propertyFillFormat
Returns a FillFormat for BackgroundType.OwnBackground fill. Read-only IFillFormat.
Public propertyPresentation
Returns the presentation. Read-only IPresentation.
(Inherited from IPresentationComponent.)
Public propertySlide
Returns the base slide. Read-only IBaseSlide.
(Inherited from ISlideComponent.)
Public propertyStyleColor
Returns a ColorFormat for a BackgroundType.Themed fill. Read-only IColorFormat.
Public propertyStyleIndex
Returns an index of BackgroundType.Themed fill in background theme collection. 0 means no fill. 1..999 - index. Read/write UInt16.
Public propertyType
Returns a type of background fill. Read/write BackgroundType.
Methods
  NameDescription
Public methodGetEffective
Gets effective background data with the inheritance applied.
See Also