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

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

Komentarze do niniejszej Instrukcji

Brak uwag