MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Uživatelská příručka Strana 657

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 986
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 656
1 2 ... 652 653 654 655 656 657 658 659 660 661 662 ... 985 986

Komentáře k této Příručce

Žádné komentáře