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

  • 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 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
Vue de la page 603
1 2 ... 599 600 601 602 603 604 605 606 607 608 609 ... 985 986

Commentaires sur ces manuels

Pas de commentaire