Compliance Pattern
Confidential Legal Footer
A single-line confidentiality or usage notice in the footer with optional slide numbering.
Use Case
Investor, board, legal, HR, and customer decks with controlled distribution.
When to Use
Use when distribution constraints matter and every page needs the same legal reminder.
When to Avoid
Avoid in public talks, recruiting decks, or web-published materials where legal copy undermines trust.
OPF Config Options
- Slide numbers
- Enabled
- Slide number format
- {current}
- Date format
- Not used
- Logo position
- Not used
- Legal line
- Confidential - do not distribute
- Classification line
- Not used
- Header content
- Not used
- Footer content
- {legalLine}
- Hide on title slide
- No
Best Practices
Use the shortest approved legal phrase.
Keep the line muted but readable.
Do not mix multiple confidentiality labels on the same slide.
Related How-to Articles
How to Add Slide Numbers and Footers to PowerPoint Files
Learn about slide numbering, headers, footers, and page numbers in PowerPoint files generated with the pptx.dev API.
How to Add Headers, Footers, and Slide Numbers in PowerPoint
Configure headers, footers, slide numbers, and date fields to add professional navigation and branding to your presentations.
OPF Config
headers-footers:confidential-legal-footer{
"design": {
"layoutPreferences": {
"slideNumbers": true
},
"headersFooters": {
"pattern": "confidential-legal-footer",
"slideNumberFormat": "{current}",
"dateFormat": null,
"logoPosition": null,
"legalLine": "Confidential - do not distribute",
"classificationLine": null,
"header": null,
"footer": "{legalLine}",
"hideOnTitleSlide": false
}
}
}Preview this config live at pptx.dev/playground.
Playground deep link: config=headers-footers:confidential-legal-footer