PPTX.gallery
Open in PPTX.dev

Compliance Pattern

Classification Banner

A top classification label for highly controlled materials, paired with a restrained footer.

classification-bannerOPF extension pending

Use Case

Security, policy, legal, or regulated decks where the classification must be visible before content.

When to Use

Use only when policy requires classification before the viewer reads the slide content.

When to Avoid

Avoid for ordinary confidential decks; a banner consumes attention and visual space.

OPF Config Options

Slide numbers
Enabled
Slide number format
{current}
Date format
Not used
Logo position
Not used
Legal line
Handle according to company policy
Classification line
Internal Use Only
Header content
{classificationLine}
Footer content
{legalLine}
Hide on title slide
No

Best Practices

1

Use the exact approved classification vocabulary.

2

Keep banner height small and consistent.

3

Reserve accent color for the classification label only.

Related How-to Articles

OPF Config

headers-footers:classification-banner
Open Presentation Format
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "PPTX.gallery — headers-footers/classification-banner",
  "tags": [
    "gallery:headers-footers/classification-banner"
  ],
  "design": {
    "header": {
      "left": {
        "text": "{classificationLine}"
      }
    },
    "footer": {
      "left": {
        "text": "{legalLine}"
      },
      "center": {
        "text": "Internal Use Only"
      },
      "right": {
        "slideNumber": true
      }
    }
  },
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "title-slide",
      "title": "Header & footer preview",
      "subtitle": "Header/footer pattern \"classification-banner\".",
      "design": {
        "contentBox": false,
        "contentAlignment": "center",
        "titleAlignment": "center"
      }
    }
  ],
  "catalogs": {
    "layouts": {
      "records": [
        {
          "$schema": "https://openpresentation.org/schema/opf-layout/v1",
          "id": "title-slide",
          "name": "Title_Slide",
          "label": "Title Slide",
          "summary": "Bold, centered typography with minimal elements. Perfect for opening your presentation with impact.",
          "description": "Bold, centered typography with minimal elements. Perfect for opening your presentation with impact.",
          "tags": [
            "Opening",
            "Impact",
            "Minimal"
          ],
          "master": "Gallery",
          "masterSlideIndex": 0,
          "groupHash": "ddf3a920a68b7a0316802c6a646bb4bb481c6f5a288d236ab3021b4b990d25c2",
          "groupDefault": true,
          "contentType": "Title",
          "contentMultiple": "None",
          "contentAlignment": "Center",
          "contentBox": false,
          "contentTypeChartPrimary": "None",
          "contentTypeImageFill": "None",
          "contentTypeListBullet": "None",
          "contentTypeListHeading": false,
          "slideTitle": true,
          "slideTitleAlignment": "Center",
          "slideImage": false,
          "slideImageAlignment": "None",
          "slideLayoutDirection": "None",
          "zones": [
            {
              "role": "title",
              "placeholder": "title"
            },
            {
              "role": "subtitle",
              "placeholder": "subtitle"
            }
          ],
          "preview": {},
          "details": "Bold, centered typography with minimal elements. Perfect for opening your presentation with impact. OPF placeholders: title, subtitle.",
          "category": "opening-closing",
          "spatialCategory": "hero",
          "contentTypeTags": [
            "mixed",
            "title"
          ],
          "placeholders": [
            {
              "type": "title"
            },
            {
              "type": "subtitle"
            }
          ],
          "slideSubtitle": true
        }
      ]
    }
  }
}
Open in OPF PlaygroundOpen in visual editor

Preview this config live at pptx.dev/playground, or load it in the gallery visual editor.

Playground deep link: config=headers-footers:classification-banner