Layout Pattern
Text 3x Title Center SlideImage
Text 3x Title Center SlideImage OPF layout with 5 placeholder zones and a slide title.
Text3 zonesLeft alignedTitledSlide image
How to Use It
Text 3x Title Center SlideImage is a canonical OPF text layout from the OPF layout catalog. It defines 5 placeholder zones (title: Slide title; text: Text content 1; text: Text content 2; text: Text content 3; image: Slide image (background)). Use it when you need exact OPF parity for slide.layout text-3x-title-center-slideimage. Reading flow is horizontal.
Content Zones
TitleSlide title
TextText content 1
TextText content 2
TextText content 3
ImageSlide image (background)
OPF Config
layouts:text-3x-title-center-slideimageOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — layouts/text-3x-title-center-slideimage"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "text-3x-title-center-slideimage",
"elements": []
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.