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