Layout Pattern

Title Center

Title Center OPF layout for cover, opener, or section slides.

TitleTitled

How to Use It

Title Center is a canonical OPF title layout from the OPF layout catalog. It defines 2 placeholder zones (title: Presentation title; subtitle: Subtitle, date, or presenter). Use it when you need exact OPF parity for slide.layout title-center.

Content Zones

TitlePresentation title
SubtitleSubtitle, date, or presenter

OPF Config

layouts:title-center
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — layouts/title-center"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "title-center",
      "elements": []
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.