mlreportgen.dom.Group Class
Namespace: mlreportgen.dom
Group of document objects
Description
Use an object of the mlreportgen.dom.Group class to create a group of document objects that you can append
multiple times in a document without having to manually 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
Styleproperty for using the same applicable styles to all document elements in the group.Use a container object to create a
div,section, orarticlecontainer 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 themlreportgen.dom.Container.clonemethod.
To see what DOM objects you can append an mlreportgen.dom.Group
object to, see Append mlreportgen.dom.Group object to DOM class object
.
The mlreportgen.dom.Group class is a handle class.
Creation
Description
creates an empty group.groupObj = Group
Properties
Methods
Examples
More About
Version History
Introduced in R2014b