Main Content
replace
Class: mlreportgen.ppt.Presentation
Namespace: mlreportgen.ppt
Replace text, tables, or pictures in presentation
Description
replace(
replaces existing content in a presentation content object with the specified
content which can be one or more paragraphs, a table, or a picture. If the type of
content that you specify in the presentation
,contentName
,content
)content
argument is not valid
for the content object identified by contentName
, the
replace
method has no effect.
Examples
Input Arguments
Tips
To replace content on a specific slide, use the
replace
method of themlreportgen.ppt.Slide
object.
Version History
Introduced in R2015b