FormatScheme

Overview

FormatScheme is a class in Aspose.Slides FOSS for Python. Inherits from: IFormatScheme, ISlideComponent, IPresentationComponent.

Stores theme-defined formats for the shapes.

This class provides 8 methods for working with FormatScheme objects in Python programs. Available methods include: as_i_presentation_component, as_i_slide_component, background_fill_styles, effect_styles, fill_styles, line_styles, presentation, slide. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: as_i_presentation_component, as_i_slide_component, background_fill_styles, effect_styles, fill_styles, line_styles, and 2 more.

Properties

NameTypeAccessDescription
fill_stylesIFillFormatCollectionReadReturns a collection of theme defined fill styles.
line_stylesILineFormatCollectionReadReturns a collection of theme defined line styles.
effect_stylesIEffectStyleCollectionReadReturns a collection of theme defined effect styles.
background_fill_stylesIFillFormatCollectionReadReturns a collection of theme defined background fill styles.
slideIBaseSlideReadReturns the parent slide.
presentationIPresentationReadReturns the parent presentation.
as_i_slide_componentISlideComponentReadGets the as i slide component.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.

Methods

SignatureDescription
fill_styles()IFillFormatCollectionReturns a collection of theme defined fill styles.
line_styles()ILineFormatCollectionReturns a collection of theme defined line styles.
effect_styles()IEffectStyleCollectionReturns a collection of theme defined effect styles.
background_fill_styles()IFillFormatCollectionReturns a collection of theme defined background fill styles.
as_i_slide_component()ISlideComponentAllows to get base ISlideComponent interface.
slide()IBaseSlideReturns the parent slide of this format scheme
as_i_presentation_component()IPresentationComponentProvides the format scheme as an IPresentationComponent
presentation()IPresentation

See Also