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

  • 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 737
12 Classes – Alphabetical List
12-244
Method Purpose
clone Copy paragraph.
Examples
Add Paragraphs
Add a paragraph with text and another with an external link.
import mlreportgen.dom.*
doc = Document('mydoc','html');
p1 = Paragraph('This will be bold text');
p1.Bold = true;
link = ExternalLink('http://www.mathworks.com/', 'MathWorks');
p2 = Paragraph(link);
p2.BackgroundColor = 'yellow';
append(doc,p1);
append(doc,p2);
close(doc);
rptview('mydoc','html');
“Add Content to a Report”
See Also
mlreportgen.dom.LineSpacing | mlreportgen.dom.Text
More About
“Report Formatting Approaches”
Vue de la page 737
1 2 ... 733 734 735 736 737 738 739 740 741 742 743 ... 985 986

Commentaires sur ces manuels

Pas de commentaire