Format PowerPoint Presentation and Content
R2026bSpecify presentation layout and content formatting programmatically using the MATLAB® API for PowerPoint® (PPT API) by using
PPT API format objects
PPT API object properties
modifying the default presentation template
You do not have to specify any presentation formatting in your presentation generator to generate a presentation as all presentations and presentation content objects have default formatting. Use these approaches when you want to customize the formatting from the default choices. To get started with presentation formatting, see Presentation Formatting Approaches.
Functions
getMasterNames | Get names of slide masters for presentation |
getLayoutNames | Get names of layouts for presentation slide master |
getTableStyleNames | Get table style names for presentation |
mlreportgen.ppt.getDefaultNumberFormat | Get default formatting for PPT API numeric data (Since R2024b) |
mlreportgen.ppt.setDefaultNumberFormat | Set default formatting of numeric data generated by PPT API (Since R2024b) |
Classes
Topics
- Presentation Formatting Approaches
Format a presentation by using style sheets, format objects, or format properties using the PPT API.
- Customize a PowerPoint Presentation Template
Customize a presentation template using the PPT API.
- View and Modify PowerPoint Template Elements
View and modify presentation template elements.
- Presentation Format Inheritance
Control how formatting properties inherit through presentation objects using the PPT API.
- Define a Presentation Style Using Format Objects
Create an array of formats that specify the appearance of a presentation content object using the PPT API.