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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 986
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 384
append
11-5
mlreportgen.dom.Paragraph
mlreportgen.dom.RawText
mlreportgen.dom.Table
mlreportgen.dom.Text
mlreportgen.dom.TemplateHole
mlreportgen.dom.UnorderedList
Examples
Append Content to Container
Create a container object.
import mlreportgen.dom.*;
rpt = Document('MyReport','docx');
c = Container();
Append content to the container and append the container to the report.
append(c,Paragraph('Hello'));
append(c,Table(magic(5)));
append(rpt,c);
Close and generate the report.
close(rpt);
rptview(rpt.OutputPath);
“Create Object Containers”
“Add Content as a Group”
See Also
mlreportgen.dom.Container | mlreportgen.dom.Group
Introduced in R2015a
Przeglądanie stron 384
1 2 ... 380 381 382 383 384 385 386 387 388 389 390 ... 985 986

Komentarze do niniejszej Instrukcji

Brak uwag