SlideLayoutType
Overview
SlideLayoutType is a enum in Aspose.Slides FOSS for Python.
Represents the slide layout type.
Values
| Value | Description |
|---|---|
CUSTOM | Represents a user-defined custom slide layout |
TITLE | Represents a layout with a title placeholder |
TEXT | Represents a layout primarily for text content |
TWO_COLUMN_TEXT | Represents a layout with two side‑by‑side text columns |
TABLE | Represents a layout containing a table placeholder |
TEXT_AND_CHART | Represents a layout with text and a chart |
CHART_AND_TEXT | |
DIAGRAM | Represents a layout designed for diagram shapes |
CHART | Represents a layout containing only a chart placeholder |
TEXT_AND_CLIP_ART | Represents a layout with text and clip‑art image |
CLIP_ART_AND_TEXT | |
TITLE_ONLY | Represents a layout that includes only a title placeholder |
BLANK | Represents an empty layout with no predefined placeholders |
TEXT_AND_OBJECT | Represents a layout with text and a generic object placeholder |
OBJECT_AND_TEXT | Represents a layout with an object placeholder followed by text |
OBJECT | Represents a layout containing a single object placeholder |
TITLE_AND_OBJECT | Represents a layout with a title and an object placeholder |
TEXT_AND_MEDIA | Represents a layout with text and a media (audio/video) placeholder |
MEDIA_AND_TEXT | Represents a layout with media content and accompanying text |
OBJECT_OVER_TEXT | Represents a layout where an object overlays text |
TEXT_OVER_OBJECT | |
TEXT_AND_TWO_OBJECTS | Represents a layout with text and two object placeholders |
TWO_OBJECTS_AND_TEXT | Represents a layout with two objects followed by text |
TWO_OBJECTS_OVER_TEXT | Represents a layout where two objects overlay text |
FOUR_OBJECTS | Represents a layout containing four object placeholders |
VERTICAL_TEXT | Represents a layout with vertically oriented text |
CLIP_ART_AND_VERTICAL_TEXT | Represents a layout with clip‑art and vertical text |
VERTICAL_TITLE_AND_TEXT | Represents a layout with a vertical title and text |
VERTICAL_TITLE_AND_TEXT_OVER_CHART | Represents a layout with vertical title/text over a chart |
TWO_OBJECTS | Represents a layout with two generic object placeholders |
OBJECT_AND_TWO_OBJECT | |
TWO_OBJECTS_AND_OBJECT | |
SECTION_HEADER | |
TWO_TEXT_AND_TWO_OBJECTS | |
TITLE_OBJECT_AND_CAPTION | |
PICTURE_AND_CAPTION |