User`s guide

mlreportgen.dom.TableHeader class
12-305
RowSepColor — Color of lines separating table rows
string
String specifying one of these values:
The name of a color. See the mlreportGen.dom.Color class reference page for a list
of supported colors.
A hexadecimal RGB (truecolor) value as #RRGGBB. For example, #0000ff is a shade
of blue.
RowSepWidth — Width of lines separating table rows
string
The string has the format valueUnits, where Units is an abbreviation for the units in
which the width is expressed. Use one of these abbreviations for the units of a width.
no abbreviation — pixels
cm — centimeters
in — inches
mm — millimeters
pi — picas
pt — points
px — pixels
Parent — Parent of document element
DOM object
This read-only property lists the parent of this document element.
Style — Format for the table header
array of format objects
Array of format objects (such as Bold objects) that specify the format for the table
header.
This property overrides corresponding formats defined by the stylesheet style specified by
the StyleName property.
StyleName — Style in the document or document part stylesheet
string