add
Class: mlreportgen.ppt.Presentation
Namespace: mlreportgen.ppt
Add slide to presentation
Syntax
Description
adds a slide to the presentation using the specified slide layout name. If the
specified layout occurs in multiple slide masters, the PPT API uses the first
occurrence of the layout that it finds in the template.slideObj
= add(presentation
,slideLayout
)
slideObj = add(
uses the specified slide layout in the specified slide master. Use the
presentation
,slideLayout
,slideMaster
)slideMaster
argument when the specified layout occurs in
multiple slide masters.
slideObj = add(
adds the slide immediately before the slide specified in the
presentation
,slideLayout
,otherSlide
)otherSlide
argument, using the specified slide layout in the
first slide master in the presentation.
slideObj = add(
adds the slide immediately before the presentation
,slideLayout
,slideMaster
,otherSlide
)otherSlide
slide, using the
specified slide layout in the specified slide master.
slideObj = add(
adds the slide at the index position specified by presentation
,slideLayout
,index
)index
, using
the specified slide layout in the first slide master in the presentation.
slideObj = add(
adds the slide at the index position specified by presentation
,slideLayout
,slideMaster
,index
)index
, using
the specified slide layout in the specified slide master.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015b