append
Class: mlreportgen.dom.Paragraph, mlreportgen.dom.Text
Namespace: mlreportgen.dom
Append content to paragraph
Syntax
Description
creates a text object containing the specified text and appends it to a
paragraph.textObjOut
= append(paraObj
,text
)
creates and appends a text object using the specified style.textObjOut
= append(paraObj
,text
,styleName
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014b