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