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