MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guida Utente Pagina 698

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 986
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 697
1 2 ... 693 694 695 696 697 698 699 700 701 702 703 ... 985 986

Commenti su questo manuale

Nessun commento