User`s guide
12 Classes – Alphabetical List
12-148
Data Types: logical
Color — Text color
string
Specify one of these as a string:
• The name of a color. The name must be a CSS color name. See http://
www.crockford.com/wrrrld/color.html.
• A hexadecimal RGB (truecolor) value as #RRGGBB. For example, #0000ff is a shade
of blue.
CustomAttributes — Custom attributes of document element
array of mlreportgen.dom.CustomAttribute objects
HTML or Microsoft Word must support the custom attributes of this document element.
FirstLineIndent — Indentation amount for first line of paragraph
string
Amount by which to indent the first line of this paragraph relative to succeeding lines.
To create a hanging indent, in which all the lines are indented except for the first line,
use a negative number.
The string has the format valueUnits, where Units is an abbreviation for the units
in which the indentation is expressed. Use one of these abbreviations for the units for
indentation.
• no abbreviation — pixels
• cm — centimeters
• in — inches
• mm — millimeters
• pi — picas
• pt — points
• px — pixels
FontFamilyName — Name of font family for text
string
The name of a font family.