MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guia do Utilizador Página 608

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 986
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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.
Vista de página 607
1 2 ... 603 604 605 606 607 608 609 610 611 612 613 ... 985 986

Comentários a estes Manuais

Sem comentários