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