LayoutSlide / MasterSlide — Aspose.Slides FOSS for C++ API Reference
LayoutSlide
Properties LayoutSlide class تمثل قالب شريحة تخطيط يحدد الترتيب الافتراضي للعنصر النائب والتنسيق للشرائح الجديدة.
Properties: Aspose::Slides::Foss
#include <Aspose/Slides/Foss/layout_slide.h>Properties: include/Aspose/Slides/Foss/layout_slide.h
Properties
| Properties | Properties | Properties |
|---|---|---|
layout_type() | Properties | تُعيد الـ SlideLayoutType (Title, TitleAndContent, Blank، إلخ). |
master_slide() | Properties | تُعيد العنصر الأب IMasterSlide. |
shapes() | Properties | تُعيد الـ ShapeCollection من الأشكال في هذا التخطيط. |
MasterSlide
Properties MasterSlide class تمثل شريحة رئيسية تحدد السمة والتنسيق الافتراضي لمجموعة من شرائح التخطيط.
#include <Aspose/Slides/Foss/master_slide.h>Properties: include/Aspose/Slides/Foss/master_slide.h
Properties
| Properties | Properties | Properties |
|---|---|---|
shapes() | Properties | يرجع ShapeCollection من الأشكال في هذه الشريحة الرئيسية. |
layout_slides() | Properties | يرجع شرائح التخطيط المرتبطة بهذه الشريحة الرئيسية. |
Properties
GlobalLayoutSlideCollection
يتم الوصول إليه عبر Presentation::layout_slides(). يوفّر الوصول إلى جميع شرائح التخطيط عبر جميع الماستر.
| Properties | Properties |
|---|---|
size() | عدد شرائح التخطيط. |
operator[](size_t index) | الوصول عبر الفهرس. |
begin() / end() | دعم التكرار. |
IMasterSlideCollection
يتم الوصول إليه عبر Presentation::masters(). الطرق الرئيسية:
| Properties | Properties |
|---|---|
size() | عدد شرائح الماستر. |