Contenido principal

Create Presentation Container for Presentation Generator Program

R2026b
Create a presentation generator program using the PPT API

Create 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

expand all

openOpen presentation
pptviewOpen Microsoft PowerPoint presentation or convert it to PDF
rptviewDisplay report or presentation
getMasterNames Get names of slide masters for presentation
getLayoutNamesGet names of layouts for presentation slide master
getTableStyleNamesGet table style names for presentation

Classes

mlreportgen.ppt.PresentationCreate a Microsoft PowerPoint presentation container
mlreportgen.ppt.SlidePresentation slide

Topics

Featured Examples