Navigation Pattern
Appendix Numbering
A separate appendix numbering format that distinguishes backup slides from the main story.
Use Case
Board packets, financial models, and technical decks with substantial backup material.
When to Use
Use when appendix slides are likely to be referenced separately from the main narrative.
When to Avoid
Avoid if the deck has only one or two backup slides; a separate numbering system adds ceremony.
OPF Config Options
- Slide numbers
- Enabled
- Slide number format
- A-{current}
- Date format
- Not used
- Logo position
- Not used
- Legal line
- Not used
- Classification line
- Not used
- Header content
- Appendix
- Footer content
- Not used
- Hide on title slide
- Yes
Best Practices
Start appendix numbering only after a clear appendix divider.
Use a simple prefix such as A-1, A-2, A-3.
Keep appendix labels consistent with the table of contents.
Related How-to Articles
How to Structure Presentations with Slide Sections
Organize multi-section PowerPoint presentations using the pptx.dev API — with section dividers, narrative flow, and logical slide grouping.
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:appendix-numbering{
"design": {
"layoutPreferences": {
"slideNumbers": true
},
"headersFooters": {
"pattern": "appendix-numbering",
"slideNumberFormat": "A-{current}",
"dateFormat": null,
"logoPosition": null,
"legalLine": null,
"classificationLine": null,
"header": "Appendix",
"footer": null,
"hideOnTitleSlide": true
}
}
}Preview this config live at pptx.dev/playground.
Playground deep link: config=headers-footers:appendix-numbering