Package: mlreportgen.dom
Superclasses:
Display option for DOM objects
For Microsoft® Word reports, specifies whether to display
an mlreportgen.dom.Text
object. For HTML reports,
specifies how to display DOM objects such as text, paragraphs, images,
and list items.
in
an HTML report displays a DOM object as an inline element. Word reports
ignore disp
= Display()mlreportgen.dom.Display
objects that you
create with this syntax.
applies
the specified display value to the DOM object. For Word reports, the
display option you can use is disp
= Display(value
)none
and the only
DOM object it applies to is a Text
object.