MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Podręcznik Użytkownika Strona 698

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 986
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 697
1 2 ... 693 694 695 696 697 698 699 700 701 702 703 ... 985 986

Komentarze do niniejszej Instrukcji

Brak uwag