MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guida Utente Pagina 391

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 986
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 390
1 2 ... 386 387 388 389 390 391 392 393 394 395 396 ... 985 986

Commenti su questo manuale

Nessun commento