User`s guide
mlreportgen.dom.Paragraph class
12-237
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.
Children — Children of this paragraph
array of mlreportgen.dom.Element objects
This read-only property lists children elements, such as an image
(mlreportgen.dom.Image) object, that the paragraph contains.
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 paragraph text
string