Background
المعلومات العامة
Background هي فئة في Aspose.Slides FOSS لـ Python. الميراث من: PVIObject, IBackground.
يمثل خلفية شريحة.
يوفر هذا الفصل 8 طرق للعمل مع كائنات الخلفية في برامج بايثون. المنهجيات المتاحة تشمل: as_i_fill_param_source, as_i_slide_component, effect_format, fill_format, get_effective, style_color, style_index, type. جميع الأعضاء العامين يمكن الوصول إليهم من أي تطبيق بايثون بعد تثبيت حزمة Aspose.Slides FOSS for Python. خصائص: as_i_fill_param_source, as_i_presentation_component, as_i_slide_component, effect_format, fill_format, presentation,و 4 المزيد.
خصائص
| اسم | النوع | الوصول | وصف |
|---|---|---|---|
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 للخلفية |