FormatScheme
Vue de l’ensemble
‘FormatScheme’ est une classe dans Aspose.Slides FOSS pour Python.Déduit de: ‘IFormat Scheme’, ‘ISlideComponent’, `IPresentationComposant’.
Il stocke les formats thématiques pour les formes.
Cette classe fournit 8 méthodes pour travailler avec les objets FormatScheme dans les programmes Python. Les méthodologies disponibles comprennent: as_i_presentation_component, a_is_slide_conponents , ‘background_fill_stiles et 'effect_styles ; ‘fill-stils; 'line_tyles' ; ‘représentation . Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.Slides FOSS pour le package Pyton. Propriétés : As_I_present_Componen : ‘as-i-presentations_compent’, ‘a-slide-composent’ , back ground_fil_style
Propriétés
| 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 | Gets the as i slide component. |
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |
méthodes
| Signature | Description |
|---|---|
fill_styles() → IFillFormatCollection | Returns a collection of theme defined fill styles. |
line_styles() → ILineFormatCollection | Returns a collection of theme defined line styles. |
effect_styles() → IEffectStyleCollection | Returns a collection of theme defined effect styles. |
background_fill_styles() → IFillFormatCollection | Returns a collection of theme defined background fill styles. |
as_i_slide_component() → ISlideComponent | Allows to get base ISlideComponent interface. |
slide() → IBaseSlide | Returns the parent slide of this format scheme |
as_i_presentation_component() → IPresentationComponent | Provides the format scheme as an IPresentationComponent |
presentation() → IPresentation |
Voir aussi
- Aspose.Slides - référence API d’entreprise