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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 986
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 634
mlreportgen.dom.Group class
12-141
mlreportgen.dom.Group class
Package: mlreportgen.dom
Group of document objects
Description
Group of document objects that you can append multiple times in a document without
you having to clone the group. When you append a group to a document, the DOM
interface clones the group.
Tip You can use mlreportgen.dom.Group and mlreportgen.dom.Container objects
to produce collections of document elements.
Use a group object to append the same content in multiple places in a document
without having to clone the group. Group objects do not have a Style property for
using the same applicable styles to all document elements in the group.
Use a container object to create a div, section, or article container element
and to use the same applicable styles to all document elements in the container. To
append the same container object contents in multiple places in a document, use the
mlreportgen.dom.Container.clone method.
Construction
groupObj = Group() creates an empty group.
Output Arguments
groupObj — Group of document objects
mlreportgen.dom.Group object
Group of document objects, represented by an mlreportgen.dom.Group object.
Przeglądanie stron 634
1 2 ... 630 631 632 633 634 635 636 637 638 639 640 ... 985 986

Komentarze do niniejszej Instrukcji

Brak uwag