mlreportgen.ppt.TemplatePicture Class
Namespace: mlreportgen.ppt
Picture from template presentation slide
Description
Objects of the mlreportgen.ppt.TemplatePicture
represent template pictures.
A template picture is a picture that comes from a slide in the template presentation.
Customize a template picture by modifying properties of the associated
mlreportgen.ppt.TemplatePicture
object. Replace a template picture with
another picture by using the replace
method of the
mlreportgen.ppt.TemplatePicture
object.
The mlreportgen.ppt.TemplatePicture
class is a handle
class.
Class Attributes
HandleCompatible | true |
ConstructOnLoad | true |
For information on class attributes, see Class Attributes.
Creation
You do not create an mlreportgen.ppt.TemplatePicture
object explicitly.
When you create a presentation from an existing presentation, the MATLAB® API for PowerPoint® (PPT API) creates an mlreportgen.ppt.TemplatePicture
object for
each picture that comes from a slide in the template presentation.
You can access the mlreportgen.ppt.TemplatePicture
object for a template
picture by using:
The
find
method of themlreportgen.ppt.Presentation
object.The
find
method of themlreportgen.ppt.Slide
object that corresponds to the slide that contains the template picture.The
Children
property of themlreportgen.ppt.Slide
object that corresponds to the slide that contains the template picture.
Note
Pictures that you add to a new presentation are represented as mlreportgen.ppt.Picture
objects.
Properties
Methods
Examples
Version History
Introduced in R2019b