User`s guide
12 Classes – Alphabetical List
12-300
The style of a line separating the rows of a table or table section (header, body, or footer).
See the description of the Border property for a description of the possible values.
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
Style — Format for the table footer
array of format objects
Array of format objects (such as Bold objects) that specify the format for the table footer.
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
Name of a style specified in the stylesheet of the document or document part to which the
table footer is appended