Package: mlreportgen.ppt
Superclasses:
Create picture to include in presentation
Create a picture to include in a presentation.
creates an empty picture object.pictureObj
= mlreportgen.ppt.Picture()
creates a picture object containing the picture specified by
pictureObj
= mlreportgen.ppt.Picture(picturePath)picturePath
.
Note
The contents of the specified picture file are copied into the output presentation
when the presentation is closed. Do not delete or overwrite the picture file before
it is copied into the presentation. If you create a picture file and the
corresponding mlreportgen.ppt.Picture
object in a loop, for each loop
iteration, use a unique file name for the picture file.
Method | Purpose |
---|---|
Replace picture with another picture. |