Problem
In the course of debugging, it can often be difficult to visualize the structure of documents as they are manipulated by WordApplication.
Solution
Our documentation has an overview of how WordApplication represents a Word document and how to insert elements using WordApplication. Additionally, there is a code sample that will produce a formatted text representation of the element hierarchy in a given document: Unfolding a Word document with WordApplication Sample.
For example, given the following document:
Our output generated by the code would look like this:
Share the post "Unfolding a Word document with WordApplication"