MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guia do Utilizador Página 816

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 986
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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”
Vista de página 815
1 2 ... 811 812 813 814 815 816 817 818 819 820 821 ... 985 986

Comentários a estes Manuais

Sem comentários