Package: mlreportgen.dom
Superclasses:
Level of paragraph in outline
Specifies the level of a paragraph in an automatically generated outline. This class is intended for Microsoft® Word reports, because HTML does not support displaying paragraphs in a table of contents.
sets
the outline level of this paragraph to 1. This causes the content
of the paragraph to appear at the top level in an automatically generated
outline (for example, a table of contents).outlineLevelObj
= OutlineLevel()
sets
the paragraph to the specified outline level.outlineLevelObj
= OutlineLevel(level
)