Create Presentation Container for Presentation Generator Program
R2026bCreate presentation generator programs using the MATLAB® API for PowerPoint® (PPT API). Building a presentation generator allows you to generate multiple presentations by:
using the same template and formatting but containing different content
using the same content but formatting with different templates
Programmatic presentation generator programs begin by defining a presentation container. The presentation container specifies the output file and the structure that holds all generated content. Defining the presentation container is the first step in every presentation generator.
To get started, see Create a Presentation Programmatically.
Functions
Classes
mlreportgen.ppt.Presentation | Create a Microsoft PowerPoint presentation container |
mlreportgen.ppt.Slide | Presentation slide |
Topics
- Create a Presentation Generator
Create a MATLAB presentation generator program to generate a PowerPoint presentation using the PPT API.
- Create a Presentation Programmatically
Use the MATLAB API for PowerPoint (PPT API) to generate a presentation.
- Create a Container to Hold Presentation Content
Create presentation container to hold presentation content using the PPT API.
- Import the PPT API namespace
Import namespaces so that you do not have to use long, fully qualified class names.
