MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Betriebsanweisung Seite 604

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 986
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 603
1 2 ... 599 600 601 602 603 604 605 606 607 608 609 ... 985 986

Kommentare zu diesen Handbüchern

Keine Kommentare