Update PowerPoint Presentation Content
You can use the PPT API to programmatically add dynamic content to an existing PowerPoint® presentation. To get started, see Update Presentation Content Programmatically.
Functions
Classes
Topics
- Presentation Formatting Approaches
Format a presentation by using style sheets, format objects, or format properties.
- Update Presentation Content Programmatically
You can use the PPT API to update content programmatically in an existing PowerPoint presentation.
- Create a Presentation Generator
Create a MATLAB® program to generate a PowerPoint presentation.
- Set Up a PowerPoint Presentation Template
A PowerPoint template specifies the fixed content and default layout and appearance of the slides in a presentation.
- Add Slides
To add a slide to a presentation, use the PPT API to add slide based on a slide layout defined in the PowerPoint presentation template.
- Add and Replace Presentation Content
To use the PPT API to add, or replace, content in a PowerPoint presentation:
- Create and Format Text
You can create a
Text
object using anmlreportgen.ppt.Text
constructor, specifying a character vector. - Create and Format Paragraphs
To create a
Paragraph
object, use themlreportgen.ppt.Paragraph
constructor. - Create and Format Tables
Create a table using an
mlreportgen.ppt.Table
object. - Create and Format Pictures
To create a picture for a presentation, use the
mlreportgen.ppt.Picture
constructor. - Create and Format Links
In a presentation, you can create an internal link, from one slide to another slide, or an external link to a location outside of the presentation.
- Format Numbers in Presentation
- Create a Presentation Programmatically
Use the MATLAB API for PowerPoint (PPT API) to generate a presentation.