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

  • Download
  • Add to my manuals
  • Print
  • Page
    / 986
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 656
mlreportgen.dom.HTML class
12-163
rpt = Document('MyRep1','docx');
html = HTML('<p><b>Hello</b> <i style="color:green">World</i></p>');
Append content to the HTML object and append the HTML object to the document.
append(html,'<p>This is <u>me</u> speaking</p>');
append(rpt,html);
Generate the Word report.
close(rpt);
rptview(rpt.OutputPath);
“Append HTML Content to DOM Reports”
See Also
mlreportgen.dom.Document.addHTML | mlreportgen.dom.HTMLFile
More About
“Appending HTML to DOM Reports”
“HTML Code Requirements for DOM Reports”
External Web Sites
www.w3schools.com/tags
www.w3schools.com/cssref
Introduced in R2015a
Page view 656
1 2 ... 652 653 654 655 656 657 658 659 660 661 662 ... 985 986

Comments to this Manuals

No comments