User`s guide
Create and Format Paragraphs
13-49
Formatting Format Object Format Property
Keep paragraph on same
page
KeepLinesTogether n/a
Eliminate widows and
orphans
WidowOrphanControl n/a
Table of contents level of
paragraph
OutlineLevel OutlineLevel
Format a Paragraph Using Microsoft Word Style Sheets
You can format using an existing style in a Word template or using a template style that
you modify or add.
To define a paragraph style in a Word template, start by using these steps.
1
Open the Word template used with the report.
2
Open the Styles pane.
3
Click the Manage Styles button .
4
Click New Style.
5
In the Create New Style from Formatting dialog box, set Style type to Character
or Linked (paragraph and character).
For more information about working with Word styles, see “Modify Styles in a Microsoft
Word Template” on page 13-117.
Format a Paragraph Using HTML Style Sheets
You can format using an existing style in an HTML template or using a template style
that you modify or add.
For an HTML report, define the style as a p style. For example:
p.BodyPara {
font-family: "Times New Roman", Times, serif;
font-style: normal;
font-size: 11pt;
color: black;
margin-left: 0.5in;