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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 986
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 446
mlreportgen.dom.LinkTarget.append
11-67
mlreportgen.dom.LinkTarget.append
Package: mlreportgen.dom
Append content to link target
Syntax
textObj = append(targetObj,text)
textObj = append(targetObj,text,styleName)
textObj = append(targetObj,textObj)
autoNumberObj = append(targetObj,autoNumberObj)
Description
textObj = append(targetObj,text) converts text to an mlreportgen.dom.Text
object, appends the text to the link target, and returns the text object.
textObj = append(targetObj,text,styleName) converts text to an
mlreportgen.dom.Text object, appends the text to the link target, and returns the text
object.
textObj = append(targetObj,textObj) appends the content of an
mlreportgen.dom.Text object.
autoNumberObj = append(targetObj,autoNumberObj) appends an automatically
generated number to the link target.
Examples
Append Text to a Link Target
import mlreportgen.dom.*
d = Document('mydoc');
target = LinkTarget('home')
append(target,' - top of page')
Vista de página 446
1 2 ... 442 443 444 445 446 447 448 449 450 451 452 ... 985 986

Comentários a estes Manuais

Sem comentários