User`s guide

12 Classes – Alphabetical List
12-230
mlreportgen.dom.OutlineLevel class
Package: mlreportgen.dom
Level of paragraph in outline
Description
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.
Construction
outlineLevelObj = OutlineLevel() 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(level) sets the paragraph to the specified
outline level.
Input Arguments
level — Specify the level of a paragraph in an outline
integer
Outline level for a paragraph, specified as a positive integer, from 1 to 9.
Data Types: int16
Output Arguments
outlineLevelObj — Level of paragraph in outline
mlreportgen.dom.OutlineLevel object
Level of paragraph in outline, represented by an mlreportgen.dom.OutlineLevel
object.