MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Uživatelská příručka Strana 698

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 986
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 697
12 Classes – Alphabetical List
12-204
Methods
Method Purpose
append Append content to link target.
clone
Use LinkTarget.clone in a similar way
to how you use Paragraph.clone.
Copy link target.
Examples
Link to Top of a Document
Define a link target at the top of the report and add an internal link to that target. In an
actual report, links to this target would appear further down in the report.
import mlreportgen.dom.*
d = Document('mydoc');
append(d,LinkTarget('home'));
append(d,InternalLink('home','Go to Top'));
close(d);
rptview('mydoc', 'html');
“Create Links”
See Also
mlreportgen.dom.ExternalLink | mlreportgen.dom.ImageArea |
mlreportgen.dom.InternalLink
Zobrazit stránku 697
1 2 ... 693 694 695 696 697 698 699 700 701 702 703 ... 985 986

Komentáře k této Příručce

Žádné komentáře