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

  • Download
  • Add to my manuals
  • Print
  • Page
    / 986
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 439
11 Functions – Alphabetical List
11-60
append
Class: mlreportgen.dom.HTML
Package: mlreportgen.dom
Append HTML string to HTML object
Syntax
htmlObjOut = append(htmlObj,htmlText)
htmlObjOut = append(htmlObj,htmlObjToAppend)
Description
htmlObjOut = append(htmlObj,htmlText) converts HTML elements into DOM
objects and appends the objects to htmlObj.
htmlObjOut = append(htmlObj,htmlObjToAppend) appends the
htmlObjToAppend object to htmlObj.
Input Arguments
htmlObj — HTML object to append content to
mlreportgen.dom.HTML object
HTML object to append content to, specified as an mlreportgen.dom.HTML object.
htmlText — HTML text
string
HTML text, specified as a string
Example: '<p><b>Hello</b> <i style="color:green">World</i></p>'
htmlObjToAppend — HTML object to append
mlreportgen.dom.HTML object
HTML object to append, specified as an mlreportgen.dom.HTML object.
Page view 439
1 2 ... 435 436 437 438 439 440 441 442 443 444 445 ... 985 986

Comments to this Manuals

No comments