Layout Pattern

Bullet List

Structured text content with clear hierarchy. The workhorse of business presentations when done right.

ContentHierarchyText

How to Use It

Bullet slides get a bad reputation, but the problem is overuse, not the format. Limit bullets to 4-5 per slide. Use progressive disclosure to control pacing. Each bullet should be a single idea, not a paragraph. Consider replacing text-heavy bullets with icon+label pairs when possible.

Content Zones

TitleSlide title
ListOrdered items

OPF Config

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

Preview this config live at pptx.dev/playground.