replace
Class: mlreportgen.ppt.ContentPlaceholder
Namespace: mlreportgen.ppt
Replace content placeholder or content
Syntax
Description
replaces the content of the replacementContentObj
= replace(contentPlaceholder
,content
)ContentPlaceholder
object or replaces the
ContentPlaceholder
object. If the content
argument is a paragraph, the replace
method replaces the content of
the ContentPlaceholder
by making the paragraph a child of the
ContentPlaceholder
object. If the content
argument is a picture or a table, the replace
method replaces the
ContentPlaceholder
object with an mlreportgen.ppt.Picture
or mlreportgen.ppt.Table
object,
respectively.
replace(
replaces the content of a content placeholder with multiple paragraphs.contentPlaceholder
,paragraphs
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015b