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

  • 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 609
12 Classes – Alphabetical List
12-116
A session-unique ID is generated as part of document element creation. The generated
tag has the form CLASS:ID, where CLASS is the class of the element and ID is the value
of the Id property of the object. You can specify a tag to replace the generated tag.
Specify your own tag value, for example, to make it easier to identify where an issue
occurred during document generation.
Target — Target URL of link
string
This read-only property displays the URL of the link target of this hyperlink.
Methods
Method Purpose
append Append text or a Text, Image, or
CustomElement object.
clone
Use ExternalLink.clone in a similar
way to how you use Paragraph.clone.
Copy the external link
Examples
Add an External Link
import mlreportgen.dom.*
d = Document('mydoc');
append(d,ExternalLink('http://www.mathworks.com/','MathWorks'));
close(d);
rptview('mydoc','html');
“Create Links”
See Also
mlreportgen.dom.InternalLink | mlreportgen.dom.LinkTarget
Zobrazit stránku 609
1 2 ... 605 606 607 608 609 610 611 612 613 614 615 ... 985 986

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

Žádné komentáře