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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 986
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 607
12 Classes – Alphabetical List
12-114
mlreportgen.dom.ExternalLink class
Package: mlreportgen.dom
Hyperlink to a location outside of document
Description
Defines a hyperlink to a location outside of the document.
Construction
externalLinkObj = ExternalLink(target,linkText) creates a hyperlink to the
specified target and having the specified link text. This constructor creates a text object
(mlreportgen.dom.Text) to hold the link text.
externalLinkObj = ExternalLink(target,linkText,linkTextStyleName)
creates a hyperlink with the specified link text and style name.
externalLinkObj = ExternalLink(target,textObj) creates a hyperlink to the
specified target using the specified Text object.
Input Arguments
target — Target of link
string | mlreportgen.dom.LinkTarget object
The link target of the external link, specified as either a string (for a URL) or as an
mlreportgen.dom.LinkTarget object.
linkText — Link text
string
The text to use for the link text.
linkTextStyleName — Name of style for link text
string
Name of style to use for the link text.
Przeglądanie stron 607
1 2 ... 603 604 605 606 607 608 609 610 611 612 613 ... 985 986

Komentarze do niniejszej Instrukcji

Brak uwag