User`s guide

mlreportgen.dom.Italic class
12-193
p.Style = {Italic};
append(d,p);
t = Text('upright text');
t.Style = {Italic(false)};
append(p,t);
close(d);
rptview('mydoc', 'html');
More About
“Report Formatting Approaches”