Introduction to the Word Object Model
Regardless of the approach you choose to integrate your code with Word, you will eventually need to talk to the Word object model to get things done. It is impossible to completely describe the Word object model in this book, but we try to make you familiar with the most important objects in the Word object model and show some of the most frequently used methods, properties, and events on these objects.
The Object Hierarchy
The first step in learning the Word object model is to get an idea of the basic structure of the object model hierarchy. Figure 6-15 shows the most critical objects in the Word object model and their hierarchical relationship.
Figure 6-15. The basic hierarchy of the Word object model.

Figure 6-16. Objects associated with Word's Application object.
[View full size image]

Figure 6-17. Objects associated with Word's Document object.
[View full size image]

Figure 6-18. Objects associated with Word's Range object.
[View full size image]
