IFormatSchemeEffectiveData Interface

Immutable object which contains effective format scheme properties.

Namespace:  Aspose.Slides.Theme
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IFormatSchemeEffectiveData

The IFormatSchemeEffectiveData type exposes the following members.

Methods
  NameDescription
Public methodGetBackgroundFillStyles
Returns a collection of theme defined background fill styles.
Public methodGetEffectStyles
Returns a collection of theme defined effect styles.
Public methodGetFillStyles
Returns a collection of theme defined fill styles.
Public methodGetLineStyles
Returns a collection of theme defined line styles.
Remarks
This interface is used as a part of IThemeEffectiveData.
See Also