Background
Vue de l’ensemble
‘Background’ est une classe dans Aspose.Slides FOSS pour Python.Déduit de: ‘PVIObject’, ‘IBack ground’.
Il représente le fond d’un slide.
Cette classe fournit 8 méthodes pour travailler avec des objets de fond dans les programmes Python. Les méthodologies disponibles comprennent: as_i_fill_param_source, a_is_slide_component , ’effect_format،fill-format‘, ‘get_effective;style_color : style_index . Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation du package Pyton Aspose.Slides FOSS. Propriétés : a_ i_fil_Param-sources; as_il_presentation_conponen.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
type | BackgroundType | Read/Write | Returns a type of background fill. |
fill_format | IFillFormat | Read | Returns a FillFormat for BackgroundType.OwnBackground fill. |
effect_format | IEffectFormat | Read | Returns a EffectFormat for BackgroundType.OwnBackground fill. |
style_color | IColorFormat | Read | Return a ColorFormat for a BackgroundType.Themed fill. |
style_index | int | Read/Write | Returns an index of BackgroundType.Themed fill in background theme collection. |
as_i_slide_component | ISlideComponent | Read | Gets the as i slide component. |
as_i_fill_param_source | IFillParamSource | Read | Gets the as i fill param source. |
as_i_presentation_component | IPresentationComponent | Read | Allows to get base IPresentationComponent interface. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
méthodes
| Signature | Description |
|---|---|
get_effective() → IBackgroundEffectiveData | Returns effective background data, resolving inheritance from layout/master. |
type() → BackgroundType | Returns the background fill type |
fill_format() → IFillFormat | Returns the fill format when the background uses its own fill |
effect_format() → IEffectFormat | Returns the effect format for a background with its own fill |
style_color() → IColorFormat | Returns the color format for a themed background fill |
style_index() → int | Returns the index of the themed background within the theme collection |
as_i_slide_component() → ISlideComponent | Provides the ISlideComponent interface for the background |
as_i_fill_param_source() → IFillParamSource | Provides the IFillParamSource interface for the background |
Voir aussi
- Aspose.Slides - référence API d’entreprise