MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Podręcznik Użytkownika Strona 443

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 986
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 442
clone
11-63
import mlreportgen.dom.*;
rpt = Document('ClonedHTMLReport','docx');
htmlObj1 = HTML('<p><b>Hello</b> <i style="color:green">World</i></p>');
Append the HTML object to the report.
append(rpt,htmlObj1);
Copy the HTML object and append the copy to the report.
htmlObj2 = clone(htmlObj1);
append(rpt,htmlObj2);
Generate the report.
close(rpt);
rptview(rpt.OutputPath);
“Append HTML File Contents to DOM Reports”
See Also
mlreportgen.dom.HTML | mlreportgen.dom.HTMLFile
More About
“Appending HTML to DOM Reports”
Introduced in R2015a
Przeglądanie stron 442
1 2 ... 438 439 440 441 442 443 444 445 446 447 448 ... 985 986

Komentarze do niniejszej Instrukcji

Brak uwag