MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guide de l'utilisateur Page 395

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 986
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 394
1 2 ... 390 391 392 393 394 395 396 397 398 399 400 ... 985 986

Commentaires sur ces manuels

Pas de commentaire