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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 986
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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')
Przeglądanie stron 446
1 2 ... 442 443 444 445 446 447 448 449 450 451 452 ... 985 986

Komentarze do niniejszej Instrukcji

Brak uwag