MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Betriebsanweisung Seite 444

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 986
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 443
11 Functions – Alphabetical List
11-64
append
Class: mlreportgen.dom.HTMLFile
Package: mlreportgen.dom
Append HTML to HTMLFile object
Syntax
htmlFileObjOut = append(htmlFileObj,htmlText)
htmlFileObjOut = append(htmlFileObj,htmlObjToAppend)
Description
htmlFileObjOut = append(htmlFileObj,htmlText) converts HTML elements into
DOM objects and appends the objects to htmlFileObj.
htmlFileObjOut = append(htmlFileObj,htmlObjToAppend) appends the
htmlObjToAppend object to htmlFileObj.
Input Arguments
htmlFileObj — HTMLFile object to append content to
mlreportgen.dom.HTMLFile object
HTMLFile object to append content to, specified as an mlreportgen.dom.HTMLFile
object.
htmlText — HTML text
string
HTML text, specified as a string.
Example: '<p><b>Hello</b> <i style="color:green">World</i></p>'
htmlObjToAppendHTML object to append
mlreportgen.dom.HTML object
Seitenansicht 443
1 2 ... 439 440 441 442 443 444 445 446 447 448 449 ... 985 986

Kommentare zu diesen Handbüchern

Keine Kommentare