MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guide de l'utilisateur Page 391

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 986
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 390
1 2 ... 386 387 388 389 390 391 392 393 394 395 396 ... 985 986

Commentaires sur ces manuels

Pas de commentaire