MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guía de usuario Pagina 657

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 986
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de 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
Vista de pagina 656
1 2 ... 652 653 654 655 656 657 658 659 660 661 662 ... 985 986

Comentarios a estos manuales

Sin comentarios