MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guida Utente Pagina 604

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 986
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 603
12 Classes – Alphabetical List
12-110
Examples
Append a Word Document to a Report
import mlreportgen.dom.*
info = Document('CompanyInfo','docx');
append(info,'XYZ, Inc., makes widgets.');
close(info);
infoPath = info.OutputPath;
rpt = Document('Report','docx');
open(rpt);
append(rpt,Paragraph('About XYZ, Inc.'));
append(rpt,DOCXSubDoc(infoPath));
close(rpt);
rptview(rpt.OutputPath);
See Also
mlreportgen.dom.DocumentPart | mlreportgen.dom.DOCXSection
Vedere la pagina 603
1 2 ... 599 600 601 602 603 604 605 606 607 608 609 ... 985 986

Commenti su questo manuale

Nessun commento