MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES User's Guide Page 534

  • Download
  • Add to my manuals
  • Print
  • Page
    / 986
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 533
12 Classes – Alphabetical List
12-40
import mlreportgen.dom.*;
doctype = 'html';
d = Document('test',doctype);
colorfulStyle = {Bold,Color('blue')};
p = Paragraph('deep sky blue paragraph');
p.Style = colorfulStyle;
append(d,p);
close(d);
rptview('test',doctype);
See Also
mlreportgen.dom.BackgroundColor
More About
“Report Formatting Approaches”
Page view 533
1 2 ... 529 530 531 532 533 534 535 536 537 538 539 ... 985 986

Comments to this Manuals

No comments