User`s guide

mlreportgen.dom.AutoNumber class
12-9
Border String Description Supported Output Types
single Single line HTML and Word
thick Thick line Word
wave Wavy line Word
waveyDouble Double wavy line Word
waveyHeavy Heavy wavy Word
words Underline non-space
characters only
Word
If this property is empty and StyleName property of this document element specifies a
style sheet style, the type of underline is determined by that style.
To specify the color as well as the type of the underline, do not set the Underline
property. Instead, set the Style property of this document element to include an
mlreportgen.dom.Underline format object that specifies the desired underline type
and color.
Setting the Underline property adds a corresponding mlreportGen.dom.Underline
format object to the Style property for this document element. Removing the
Underline property setting removes the object.
WhiteSpace — White space and line breaks in text
[] (default) | string
To specify how to handle white space, use one of the following strings.
Border String Description Supported Output Types
normal Does not preserve white
space and line breaks
Word and HTML
nowrap Sequences of white space
collapse into a single white
space. Text never wraps to
the next line.
HTML
preserve Preserves white space. Text
wraps only on line breaks.
Acts like the <pre> tag in
HTML.
Word and HTML
See below for details.