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

  • Download
  • Add to my manuals
  • Print
  • Page
    / 986
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 683
12 Classes – Alphabetical List
12-190
Examples
Add Internal Link
import mlreportgen.dom.*
d = Document('mydoc');
append(d, InternalLink('bio','About the Author'));
h = Heading(1,LinkTarget('bio'));
append(h,'Author''s Biography');
append(d,h);
close(d);
rptview('mydoc','html');
“Create Links”
See Also
mlreportgen.dom.ExternalLink | mlreportgen.dom.LinkTarget
Page view 683
1 2 ... 679 680 681 682 683 684 685 686 687 688 689 ... 985 986

Comments to this Manuals

No comments