MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Uživatelská příručka Strana 816

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 986
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 815
12 Classes – Alphabetical List
12-322
Method Purpose
getImagePrefix Get generated image name prefix for the
document.
getMainPartPath Get relative path of main part of output
document.
getOPCMainPart Get full path of main part of output
document.
moveToNextHole Move to next template hole.
open Open this document.
package Append file to OPC package of document.
setCoreProperties Set core properties of document element.
Examples
Create a Template and Use it in a Report
import mlreportgen.dom.*;
t = Template('mytemplate');
p = Paragraph('My Company');
p.FontSize = '24';
p.Color = 'DeepSkyBlue';
p.Bold = true;
p.HAlign = 'center';
append(t,p);
p = Paragraph;
p.FontFamilyName = 'Arial';
p.FontSize = '18pt';
p.Bold = true;
p.HAlign = 'center';
append(p,TemplateHole('ReportTitle','Report Title'));
append(t,p);
close(t);
rptview('mytemplate.htmtx');
“Create a Microsoft Word Template”
Zobrazit stránku 815
1 2 ... 811 812 813 814 815 816 817 818 819 820 821 ... 985 986

Komentáře k této Příručce

Žádné komentáře