User`s guide
12 Classes – Alphabetical List
12-40
import mlreportgen.dom.*;
doctype = 'html';
d = Document('test',doctype);
colorfulStyle = {Bold,Color('blue')};
p = Paragraph('deep sky blue paragraph');
p.Style = colorfulStyle;
append(d,p);
close(d);
rptview('test',doctype);
See Also
mlreportgen.dom.BackgroundColor
More About
• “Report Formatting Approaches”