MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guida Utente Pagina 657

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 986
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 656
1 2 ... 652 653 654 655 656 657 658 659 660 661 662 ... 985 986

Commenti su questo manuale

Nessun commento