User`s guide
11 Functions – Alphabetical List
11-84
p.Italic
ans =
1
3
For the cloned paragraph, change turn off bold text. The change to the Bold
format in the cloned paragraph does not affect the text for the source paragraph.
The source paragraph text is still bold.
pClone.Bold = false;
p.Bold
ans =
1
4
In the style object (MyStyle) for the source paragraph, turn off italics. Now the
cloned paragraph does not use italics, because it shares the MyStyle setting for
the Italics format.
MyStyle(2).Value = false
pClone.Italic
ans =
0
See Also
mlreportgen.dom.Document | mlreportgen.dom.Paragraph |
mlreportgen.dom.Paragraph.append