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