MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Uživatelská příručka Strana 395

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 986
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 394
mlreportgen.dom.Document.append
11-15
mlreportgen.dom.Document.append
Package: mlreportgen.dom
Append DOM or MATLAB object to document
Syntax
domObjOut = append(docObj,textContent)
domObjOut = append(docObj,listContent)
domObjOut = append(docObj,tableContent)
domObjOut = append( ___ ,styleName)
domObjOut = append(docObj,domObj)
Description
domObjOut = append(docObj,textContent) appends text or numbers to a
document and returns a text element object.
domObjOut = append(docObj,listContent) appends a one-dimensional cell array
as an unordered list and returns an unordered list object.
domObjOut = append(docObj,tableContent) appends a two-dimensional cell array
as a table and returns a table object.
domObjOut = append( ___ ,styleName) appends the specified content, using the
specified style.
domObjOut = append(docObj,domObj) appends a DOM object to the document and
returns a document element object.
Examples
Append an Ordered List Object
Create an OrderedList object and append it to a report.
Zobrazit stránku 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 985 986

Komentáře k této Příručce

Žádné komentáře