User`s guide

13 Create a Report Program
13-112
Add Holes in a Microsoft Word Template
In this section...
“Display the Developer Ribbon in Word” on page 13-112
“Inline and Block Holes” on page 13-112
“Create an Inline Hole” on page 13-112
“Create a Block-Level Hole” on page 13-113
“Set Default Text Style for a Hole” on page 13-114
Display the Developer Ribbon in Word
To work with holes in a Word template, use the Word Developer ribbon. If the
Developer tab is not showing in your Word ribbon, add it to the ribbon.
1
In Word, select File > Options.
2
In the Word Options dialog box, select Customize Ribbon.
3
In the Customize the Ribbon list, select the Developer check box and click OK.
Tip If you do not see Developer check box in the list, set Customize the Ribbon to
Main Tabs.
Inline and Block Holes
The DOM API supports two types of holes: inline and block.
An inline hole is for document elements that a paragraph element can contain:
Text, Image, LinkTarget, ExternalLink, InternalLink, CharEntity, and
AutoNumber.
A block hole can contain the same kinds of document elements as an inline hole, as
well as Paragraph, Table, OrderedList, UnorderedList, DocumentPart, and
Group document elements.
Create an Inline Hole
1
Open the template in Word.