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-bannerOpen Presentation Format
{
"design": {
"layoutPreferences": {
"slideNumbers": true
},
"headersFooters": {
"pattern": "classification-banner",
"slideNumberFormat": "{current}",
"dateFormat": null,
"logoPosition": null,
"legalLine": "Handle according to company policy",
"classificationLine": "Internal Use Only",
"header": "{classificationLine}",
"footer": "{legalLine}",
"hideOnTitleSlide": false
}
}
}Open in OPF Playground
Preview this config live at pptx.dev/playground.
Playground deep link: config=headers-footers:classification-banner