MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guía de usuario Pagina 557

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 986
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 556
mlreportgen.dom.CustomElement class
12-63
mlreportgen.dom.CustomElement class
Package: mlreportgen.dom
Custom element of document
Description
Use a custom element to extend the DOM API. You can create a custom HTML or
Microsoft Word element that provides functionality not yet included in the DOM API.
Construction
customElementObj = CustomElement() creates an empty element.
customElementObj = CustomElement(name) creates a custom element having the
specified name.
Input Arguments
name — Custom element name
string
Name of an element supported by the type of document to which this custom element is
appended. For example, specify 'div' for a custom HTML div element or 'w:p' for a
custom Word paragraph element.
Output Arguments
customElementObj — Custom element
mlreportgen.dom.CustomElement object
Custom element, represented by an mlreportgen.dom.CustomElement object.
Properties
CustomAttributes — Custom attributes of document element
array of mlreportgen.dom.CustomAttribute objects
Vista de pagina 556
1 2 ... 552 553 554 555 556 557 558 559 560 561 562 ... 985 986

Comentarios a estos manuales

Sin comentarios