Package: mlreportgen.ppt
Add slide to presentation
slideObj = add(presentation,slideLayout)
slideObj = add(presentation,slideLayout,slideMaster)
slideObj = add(presentation,slideLayout,otherSlide)
slideObj = add(presentation,slideLayout,slideMaster,otherSlide)
slideObj = add(presentation,slideLayout,index)
slideObj = add(presentation,slideLayout,slideMaster,index)
adds
a slide to the presentation, using the specified slide layout under
the first slide master in the presentation.slideObj
= add(presentation
,slideLayout
)
slideObj = add(
uses
the slide layout under the specified slide master. Use the presentation
,slideLayout
,slideMaster
)slideMaster
argument
when the presentation contains multiple slide masters. If you do not
provide the slideMaster
argument, a new slide is
created from the first layout that matches with slideLayout
name.
slideObj = add(
adds
the slide immediately before the slide specified in the presentation
,slideLayout
,otherSlide
)otherSlide
argument,
using the specified slide layout under 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 under the specified slide master.
slideObj = add(
adds
the slide at the index position specified by presentation
,slideLayout
,index
)index
,
using the specified slide layout under the specified slide master.
slideObj = add(
adds
the slide immediately before the slide specified by presentation
,slideLayout
,slideMaster
,index
)otherSlide
,
using the specified slide layout under the specified slide master.
mlreportgen.ppt.Presentation
| mlreportgen.ppt.Presentation.getLayoutNames
| mlreportgen.ppt.Presentation.replace
| mlreportgen.ppt.Slide