FormatScheme
Overview
FormatScheme is a class in Aspose.Slides FOSS for Python.
Inherits from: IFormatScheme, ISlideComponent, IPresentationComponent.
Stores theme-defined formats for the shapes.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fill_styles | IFillFormatCollection | Read | Returns a collection of theme defined fill styles. |
line_styles | ILineFormatCollection | Read | Returns a collection of theme defined line styles. |
effect_styles | IEffectStyleCollection | Read | Returns a collection of theme defined effect styles. |
background_fill_styles | IFillFormatCollection | Read | Returns a collection of theme defined background fill styles. |
slide | IBaseSlide | Read | Returns the parent slide. |
presentation | IPresentation | Read | Returns the parent presentation. |
as_i_slide_component | ISlideComponent | Read | Provides the format scheme as an ISlideComponent |
as_i_presentation_component | IPresentationComponent | Read | Provides the format scheme as an IPresentationComponent |