MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guide de l'utilisateur Page 447

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 986
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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')
Vue de la page 446
1 2 ... 442 443 444 445 446 447 448 449 450 451 452 ... 985 986

Commentaires sur ces manuels

Pas de commentaire