Background
סקירה כללית
Background הוא שיעור ב Aspose.Slides FOSS עבור Python. מורשת מ : PVIObject, IBackground.
זהו רקע של סליד.
שיעור זה מספק 8 שיטות לעבוד עם אובייקטים רקע בתוכניות Python. שיטות זמינות כוללות: as_i_fill_param_source, as_i_slide_component, effect_format, fill_format, get_effective, style_color, style_index, type. כל החברים הציבוריים זמינים לכל יישום Python לאחר התקנת Aspose.Slides FOSS עבור חבילת Python. רכוש : as_i_fill_param_source, as_i_presentation_component, as_i_slide_component, effect_format, fill_format, presentation,ועוד ארבעה.
נכסים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
type | BackgroundType | קרא / כתיבה | חזר סוג של רקע מלא. |
fill_format | IFillFormat | קראו | חזר FillFormat כדי למלא BackgroundType.OwnBackground. |
effect_format | IEffectFormat | קראו | חזר EffectFormat כדי למלא BackgroundType.OwnBackground. |
style_color | IColorFormat | קראו | חזור ל ColorFormat עבור תוספת BackgroundType.Themed. |
style_index | int | קרא / כתיבה | החזיר אינדיקטור של BackgroundType.Themed למלא את אוסף הנושא הרקע. |
as_i_slide_component | ISlideComponent | קראו | אני מקבל את זה כמו שאני סליד מרכיב. |
as_i_fill_param_source | IFillParamSource | קראו | אני מקבל את זה כשאני ממלא את מקור הפארם. |
as_i_presentation_component | IPresentationComponent | קראו | מאפשר לקבל את ממשק הבסיס IPresentationComponent. |
slide | IBaseSlide | קראו | מקבל את הסלילה. |
presentation | IPresentation | קראו | קבל את ההצגה. |
שיטות
| חתימה | תיאור |
|---|---|
get_effective() → IBackgroundEffectiveData | החזיר נתונים רקע יעילים, לפתור מורשת מן המסלול / המאסטר. |
type() → BackgroundType | החזיר את סוג המילוי של רקע |
fill_format() → IFillFormat | החזיר את פורמט המילוי כאשר הרקע משתמש במילואים משלו |
effect_format() → IEffectFormat | החזיר את פורמט האפקט עבור רקע עם המילוי שלו |
style_color() → IColorFormat | החזיר את פורמט הצבע למלא רקע נושא |
style_index() → int | החזיר את האינדקס של רקע נושא בתוך אוסף הנושא |
as_i_slide_component() → ISlideComponent | מספק את ממשק ISlideComponent עבור הרקע |
as_i_fill_param_source() → IFillParamSource | מספק את ממשק IFillParamSource עבור הרקע |