MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES User's Guide Page 447

  • Download
  • Add to my manuals
  • Print
  • Page
    / 986
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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')
Page view 446
1 2 ... 442 443 444 445 446 447 448 449 450 451 452 ... 985 986

Comments to this Manuals

No comments