DocumentationHelp CenterDocumentation
Class: mlreportgen.ppt.Presentation Package: mlreportgen.ppt
Open presentation
open(presentation)
example
open(presentation) opens a presentation and parses the template.
presentation
expand all
Import the PPT package so that you do not have to use long, fully qualified names for the PPT API classes.
import mlreportgen.ppt.*
Create a presentation.
ppt = Presentation('myPresentation.pptx');
Open the presentation.
open(ppt);
Add a title slide to the presentation.
slide = add(ppt,'Title Slide'); replace(slide,'Title','My Title');
Close and view the presentation.
close(ppt); rptview(ppt);
mlreportgen.ppt.Presentation
Presentation to open, specified as an mlreportgen.ppt.Presentation object.
close | mlreportgen.dom.Presentation
close
mlreportgen.dom.Presentation
You have a modified version of this example. Do you want to open this example with your edits?
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office
Get trial now