MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES User's Guide Page 391

  • Download
  • Add to my manuals
  • Print
  • Page
    / 986
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 390
addHTML
11-11
HTML object with appended content, returned as an mlreportgen.dom.HTML object.
Examples
Append HTML Text to Document
Create an HTML object from HTML text to use for a Microsoft Word report.
import mlreportgen.dom.*;
rpt = Document('HTMLToWordReport','docx');
htmlObj = addHTML(rpt,...
'<p><b>Hello</b> <i style="color:green">World</i></p>');
Generate the Word report.
close(rpt);
rptview(rpt.OutputPath);
“Append HTML Content to DOM Reports”
See Also
mlreportgen.dom.HTML | mlreportgen.dom.HTMLFile
More About
“Appending HTML to DOM Reports”
Introduced in R2015a
Page view 390
1 2 ... 386 387 388 389 390 391 392 393 394 395 396 ... 985 986

Comments to this Manuals

No comments