MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Betriebsanweisung Seite 738

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 986
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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”
Seitenansicht 737
1 2 ... 733 734 735 736 737 738 739 740 741 742 743 ... 985 986

Kommentare zu diesen Handbüchern

Keine Kommentare