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