Class: mlreportgen.dom.Paragraph
Package: mlreportgen.dom
Append content to paragraph
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
)