IThemeable Interface

Represents objects that can be themed with ITheme.

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

The IThemeable type exposes the following members.

Properties
  NameDescription
Public propertyAsIPresentationComponent
Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
(Inherited from ISlideComponent.)
Public propertyAsISlideComponent
Returns ISlideComponent interface. Read-only ISlideComponent.
Public propertyPresentation
Returns the presentation. Read-only IPresentation.
(Inherited from IPresentationComponent.)
Public propertySlide
Returns the base slide. Read-only IBaseSlide.
(Inherited from ISlideComponent.)
Methods
  NameDescription
Public methodCreateThemeEffective
Returns an effective theme for this themeable object.
See Also